Discord Discord.py Python Repl.it Check If User Has Permission In Discord.py July 31, 2024 Post a Comment 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
Bots Discord Discord.py Discord.py Rewrite Python How Do I Make Mentioning A Member Optional Within A Command? July 31, 2024 Post a Comment 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?
Discord Discord.py Python Get The User Who Triggered The On_raw_reaction_remove(payload) July 09, 2024 Post a Comment 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)
Discord Discord.py Python How To Make Give Role On_message In Discord.py? July 02, 2024 Post a Comment 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 Discord.py Python 3.x Discord.py Bot Leaving Voice Channel June 13, 2024 Post a Comment 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
Discord Discord.py Python Error On Music Discord Bot In Python 'nonetype' Object Has No Attribute 'create_ytdl_player' June 09, 2024 Post a Comment 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'
Bots Discord Discord.py Python Python 3.x Trying To Create A Discord Welcome/leave Bot May 18, 2024 Post a Comment 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
Bots Discord Discord.py Pagination Python Reaction Pagination Button Forward And Back Python May 17, 2024 Post a Comment 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