description |
---|
Uses an argument to determine the type of the mention. |
This function returns what type of mention the given argument is.
Raw usage: $mentionType[mention argument]
- user
- role
- channel
- none
bot.command({
name: "mention",
code: `
Mention type in your message: $mentionType[$message]
`
})