Skip to content

Tag: discord.py

Python discord bot using discord.py problem

I’m trying to make a discord bot using the module discord.py, but I’m running into an issue and I’m unable to fix it. What I’m trying to do is that when someone pings the bot, he answers his prefix, I got that working with : However none of the code after that works: , so I cannot use …

the embed do not send and i didint have errors

i dont have errors and the embed didint send Answer I would recommend you a better division to minimize the sources of errors. The best way is to define an embed. Have a look at the following code: Also pay attention to proper indentation, possibly too many spaces, etc. Maybe also have a look at the docs and …