Example Discord bot written in Python that uses the completions API to have conversations with the `text-davinci-003` model, and the moderations API to filter the messages.
MIT License
1.78k
stars
660
forks
source link
[BUG] Bot does not respond to command and cmd complains that it does not have thread permissions when it does #80
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.
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: