Skip to content Skip to sidebar Skip to footer
Showing posts with the label Discord

'rawreactionactionevent' Object Has No Attribute 'message'

Im creating a python discord bot, and im trying to create a raw reaction event. @client.event async… Read more 'rawreactionactionevent' Object Has No Attribute 'message'

My On_member_join Event Is Not Working, I Tried Intents But It Gives This Error

st recent call last): File 'randomgg.py', line 1271, in \u003cmodule\u003e client.run(token… Read more My On_member_join Event Is Not Working, I Tried Intents But It Gives This Error

How Can I Properly Parse For A Tagged User In My Discord Bot?

I am adding profile cards onto my Discord bot, but I've come across one issue. When someone typ… Read more How Can I Properly Parse For A Tagged User In My Discord Bot?

Recognizing A Game That Someone Is Playing Without Chatting(discord Bot Python)

(discord bot python) The code is that if someone chats anything, if the person is playing Overwatch… Read more Recognizing A Game That Someone Is Playing Without Chatting(discord Bot Python)

Bot Counting Command Discord

I have a private bot on discord, i've been trying to make him count a command and adding '+… Read more Bot Counting Command Discord

How To Get A Mentioned User's Avatar Url With Discord.py?

How can I get a mentioned user's avatar? I can get a mentioned user's ID, but I can't f… Read more How To Get A Mentioned User's Avatar Url With Discord.py?

Discord.py (rewrite) How To Get Cooldowns Working With On_message Event?

I've been trying to convert my commands to on_message events as in this case, it saves up space… Read more Discord.py (rewrite) How To Get Cooldowns Working With On_message Event?

Deleting A Bot's Message In Discord.py

I have already made all of the proper imports and I have tried looking for answers from other posts… Read more Deleting A Bot's Message In Discord.py