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

Check If User Has Permission In Discord.py

I am making a kick command for my discord.py bot. Here is some code that the kick command might be:… Read more Check If User Has Permission In Discord.py

How Do I Make Mentioning A Member Optional Within A Command?

I've created a code that sends the gif of a hug on command and specifies who it's to, howev… Read more How Do I Make Mentioning A Member Optional Within A Command?

Get The User Who Triggered The On_raw_reaction_remove(payload)

I am using async def on_raw_reaction_remove(payload) to track when a user removes a reaction.. How … Read more Get The User Who Triggered The On_raw_reaction_remove(payload)

How To Make Give Role On_message In Discord.py?

I want the bot to give role to users if they mentions three people in a specific channel , I want t… Read more How To Make Give Role On_message In Discord.py?

Discord.py Bot Leaving Voice Channel

I've been making a discord bot which enters a vc plays an audio then leaves, but I can't se… Read more Discord.py Bot Leaving Voice Channel

Error On Music Discord Bot In Python 'nonetype' Object Has No Attribute 'create_ytdl_player'

When ever i run this code: @client.command(pass_context=True) async def ranjaplay(ctx, url): se… Read more Error On Music Discord Bot In Python 'nonetype' Object Has No Attribute 'create_ytdl_player'

Trying To Create A Discord Welcome/leave Bot

I'm trying to create a bot that publicly and privately (via DM) welcomes a new user to a Discor… Read more Trying To Create A Discord Welcome/leave Bot

Reaction Pagination Button Forward And Back Python

I'm trying to make a button / reaction to go back and forth between 3 different images, but the… Read more Reaction Pagination Button Forward And Back Python