Skip to content

v3.0.0

Compare
Choose a tag to compare
@ThatsLiamS ThatsLiamS released this 01 Dec 22:43
· 26 commits to main since this release

Change Log

Breaking Changes:

> Removed object export
> Set the detector as the default export

Removed:

> Removed all async functions
> Removed the Customisation object parameter
> Removed the auto sent embed message

Added:

> New array merging syntax
> Returns new <Object | Boolean> type

Return Object

const { author, guild, channel, message, mentions } = GhostPing(...args);

/**
 * Author == https://discord.js.org/#/docs/discord.js/stable/class/Message?scrollTo=author
 * Guild == https://discord.js.org/#/docs/discord.js/stable/class/Guild
 * Channel == https://discord.js.org/#/docs/discord.js/stable/class/Message?scrollTo=channel
 
* Message == https://discord.js.org/#/docs/discord.js/stable/class/Message
* Mentions == type Array[String]  | String == /^<@!?(\d+)>$/  OR  /^<@&(\d+)>$/
**/