Skip to content Skip to sidebar Skip to footer
Showing posts with the label Discord.py Rewrite

Discord.py How To Add Mute Command

I'm making a discord bot and I really want to make a mute command to mute toxic users. This is … Read more Discord.py How To Add Mute Command

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

Discordpy Tasks Not Working As Expected. No Returning

@tasks.loop(seconds = 5.0) async def remind420(self): print('YES') print(datetime.n… Read more Discordpy Tasks Not Working As Expected. No Returning

How Does Is_owner Works?

So i am trying to add dev only commands me and my devs get confused on doing this as we need the is… Read more How Does Is_owner Works?

Kick Command Is Giving Errors

My kick command is below: @bot.command() async def kick(ctx, member: discord.Member, *,reason… Read more Kick Command Is Giving Errors

Having Trouble Making A Discord Bot That Direct Messages @mentioned User

trying to create a command for my bot where you can type /ping @user, and it then dm's mentione… Read more Having Trouble Making A Discord Bot That Direct Messages @mentioned User

How Do You Have A Discord Bot Remove A User Reaction To A Message In Discord.py?

I'm using an @client.event and using async def on_raw_reaction_add(payload): to read Discord re… Read more How Do You Have A Discord Bot Remove A User Reaction To A Message In Discord.py?

Discord.py Error Message Whenever User Dms Bot

Using the code linked here, I had created a custom prefix for my bot a couple months ago. However, … Read more Discord.py Error Message Whenever User Dms Bot