Zero6992 / chatGPT-discord-bot

Integrate ChatGPT into your own discord bot
GNU General Public License v2.0
2.6k stars 699 forks source link

author = message.author.id AttributeError: 'Interaction' object has no attribute 'author' #399

Closed TuanLeDevelopment closed 4 months ago

TuanLeDevelopment commented 1 year ago

Traceback (most recent call last): File "/root/Bots/Gpt/src/aclient.py", line 58, in process_messages await self.send_message(message, user_message) File "/root/Bots/Gpt/src/aclient.py", line 72, in send_message author = message.author.id AttributeError: 'Interaction' object has no attribute 'author'

dinushay commented 1 year ago

386 Check your .env file