Skip to content

Tag: discord.py

cannot instal discord module properly

while installing the module, i get this error and to double check when i try running with this code- the error was shown to me was this pls help out , so i need to spam so that my question get subbmitted and i dont get a error regarding that your post is mostly code , please add some more

on_member_join event discord.py

I maked an auto roles giving system with on_member_join event, it has worked until now, now it’s not sending messages to members, and not giving roles. Please help: Answer It sounds like you need intents. You’ll need to add this code above your definition of bot: Now, add the intents=intents param…

discord.py How to make a roll dice command

Hello guys i’m coding a Discord bot in Python and i wanted to code a roll dice command. And i think im doing something wrong. Here is the code: When i type the command and select number 4 my command does works but when i try another number, for an example 6, it doesn’t work. What am i doing wrong?