Zero6992 / chatGPT-discord-bot

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

Discord channel problem #383

Closed AstridYe closed 1 year ago

AstridYe commented 1 year ago

Hi,

I turned the logging to False and has this error:

2023-05-02 16:05:13 ERROR src.aclient -> Error while sending system prompt: 'NoneType' object has no attribute 'send' Traceback (most recent call last): File "C:\Users\vikin\Desktop\python_projects\Discord\chatGPT-discord-bot\src\aclient.py", line 152, in send_start_prompt await channel.send(response) AttributeError: 'NoneType' object has no attribute 'send'

Can someone plz help? Thank you.