Discord-Werewolf icon indicating copy to clipboard operation
Discord-Werewolf copied to clipboard

AttributeError: 'Client' object has no attribute 'send_message'

Open VinhDevNguyen opened this issue 5 years ago • 4 comments

I have got this Error and I don't know how to fix it, please help me image

VinhDevNguyen avatar Feb 12 '20 10:02 VinhDevNguyen

I believe the error is because you are using a recent version of discord.py and the bot was made on discord.py version 0.16, which you'll need to install for the bot to work. something like pip install discord.py==0.16.6 should, I believe, work

PokeSvorlds avatar Feb 12 '20 10:02 PokeSvorlds

I got another error :((( image

VinhDevNguyen avatar Feb 12 '20 12:02 VinhDevNguyen

can you try this https://github.com/Rapptz/discord.py/commit/1863a1c6636f53592519320a173ec9573c090c0b

PokeSvorlds avatar Feb 12 '20 12:02 PokeSvorlds

can you try this Rapptz/discord.py@1863a1c

Have the same problem, tried to solve it with the link you posted but it wasn't possible. I am currently running Python 3.8.2 and downgraded discord's dependency. It would be awesome if you could take a look. Thanks.

angbongon avatar Apr 03 '20 21:04 angbongon