openai / gpt-discord-bot

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

Open HolyPeanut opened 7 months ago

HolyPeanut commented 7 months ago

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:

  1. Have the bot set up and running
  2. Use message command
  3. ????? image image image
lokashrinav commented 4 days ago

Hello @HolyPeanut. Did you turn on Manage Threads In Bot Permissions? image