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
- ?????



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: