Channel DataType.CHANNEL.
A string or a Message to find dataType from.
Finds a Command from the text, or the message content and returns null if nothing found. It can find it from the name/alias.
Command DataType.COMMAND.
A string or a Message to find dataType from.
Finds an Emoji from the text, or the message content and returns null if nothing found. It can find it from the name/emoji itself/ID.
Emote DataType.EMOTE.
A string or a Message to find dataType from.
Finds a Guild from the text, or the message content and returns null if nothing found. It can find it from the name/ID.
Guild DataType.GUILD.
A string or a Message to find dataType from.
Finds a GuildMember from the text, or the message content and returns null if nothing found. It can find it from the username/ID/mention/nickname.
Member DataType.MEMBER.
A string or a Message to find dataType from.
Finds a Message from the text, or the message content and returns null if nothing found. It can find it from the name/ID/link.
Message DataType.MESSAGE.
A string or a Message to find dataType from.
Finds a Role from the text, or the message content and returns null if nothing found. It can find it from the name/ID/mention, if a message is provided, it will fetch the last 100 messages and search in it.
Role DataType.ROLE.
A string or a Message to find dataType from.
Finds a TextChannel or a NewsChannel from the text, or the message content and returns null if nothing found. It can find it from ID/name/mention.
TextChannel | NewsChannel DataType.TEXT_CHANNEL.
A string or a Message to find dataType from.
Finds a User from the text, or the message content and returns null if nothing found.
It can find it from the username/ID.
User DataType.USER.
A string or a Message to find dataType from.
Generated using TypeDoc
Finds a Channel from the text, or the message content and returns null if nothing found. It can find it from ID/name/mention.