Skip to content
Advertisement

Tag: discord.py

How to log reaction removes to another channel? Discord.py

I have reaction adds working perfectly fine. However, when I try to do reaction removes, nothing happens. No error messages or anything. This is the code I am using. Any help would be appreciated! Answer This event is only called when the message can be found in the internal message cache. Source: https://discordpy.readthedocs.io/en/latest/api.html#discord.on_reaction_remove Ensure you’re testing this on a message

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 parameter to your bot initialization underneath the intents bit: Make

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?

Bot doesn’t want to add roles on reaction [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 years ago. Improve this question I want bot to add role and remove another one for those who reacts on message. But when I am reacting to that message nothing

Advertisement