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

Discord.py Bot Stops Responding After I Add A New Block Of Code

im new to python and discord.py, this is a repost with updated details and without the block of cod… Read more Discord.py Bot Stops Responding After I Add A New Block Of Code

Finding A User By Discord Discrim Via Python

Once again, I'm into Discord bot coding. This time, I'm trying to make a way to find a user… Read more Finding A User By Discord Discrim Via Python

Discord.py On_raw_reaction_remove(payload) Passing User_id As None

I've written a script to assign roles when a server member reacts using a certain emoji, but wh… Read more Discord.py On_raw_reaction_remove(payload) Passing User_id As None

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?

Can You Get The "about Me" Feature On Discord Bot's? (discord.py)

I have recently been seeing bots that have the new 'about me' feature! But, I can't Out… Read more Can You Get The "about Me" Feature On Discord Bot's? (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?

Discord.py Invalid Arguments Inside Member.server_default_channel

My current code is @client.event async def on_member_join(member): serverchannel = member.serv… Read more Discord.py Invalid Arguments Inside Member.server_default_channel

Discord.py: Nameerror: Name 'intents' Is Not Defined

I'm trying to use intents in my bot but when running the following code: import discord from di… Read more Discord.py: Nameerror: Name 'intents' Is Not Defined