You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the near deprecation of Discord.Messages, Mango will - from now on - only support newly-introduced Slash Commands.
This change to the bot requires a few code edits, including (but not limited to):
Removing all the args conditions in the commands files
Adding a warning message about the deprecation in order to inform the bot's users to not use "traditionnal messages" from now on.
Adding new properties botPermission and memberPermission to make permission checks easier
Thanks for using the bot! Please leave an issue if you detect a bug. 🎉
The text was updated successfully, but these errors were encountered:
Due to the near deprecation of
Discord.Message
s, Mango will - from now on - only support newly-introducedSlash Commands
.This change to the bot requires a few code edits, including (but not limited to):
Removing all the
args
conditions in the commands filesAdding a warning message about the deprecation in order to inform the bot's users to not use "traditionnal messages" from now on.
Adding new properties
botPermission
andmemberPermission
to make permission checks easierThanks for using the bot! Please leave an issue if you detect a bug. 🎉
The text was updated successfully, but these errors were encountered: