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
Upon sending the message command to the bot, which has every permission listed in the readme (and then some) the command line throws the error:
File "C:\Python312\Lib\site-packages\discord\app_commands\checks.py", line 365, in predicate
raise BotMissingPermissions(missing)
discord.app_commands.errors.BotMissingPermissions: Bot requires Manage Threads permission(s) to run this command.
Steps to reproduce the behavior:
Have the bot set up and running
Use message command
?????
The text was updated successfully, but these errors were encountered:
Upon sending the message command to the bot, which has every permission listed in the readme (and then some) the command line throws the error:
File "C:\Python312\Lib\site-packages\discord\app_commands\checks.py", line 365, in predicate
raise BotMissingPermissions(missing)
discord.app_commands.errors.BotMissingPermissions: Bot requires Manage Threads permission(s) to run this command.
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: