Discord Discord.py Discord.py Rewrite Python Discord.py How To Add Mute Command June 12, 2024 Post a Comment 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
Android Intent Discord Discord.py Discord.py Rewrite Python Discord.py: Nameerror: Name 'intents' Is Not Defined April 21, 2024 Post a Comment 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
Discord Discord.py Discord.py Rewrite Python Discordpy Tasks Not Working As Expected. No Returning April 14, 2024 Post a Comment @tasks.loop(seconds = 5.0) async def remind420(self): print('YES') print(datetime.n… Read more Discordpy Tasks Not Working As Expected. No Returning
Discord Discord.py Discord.py Rewrite Python Python 3.x How Does Is_owner Works? February 23, 2024 Post a Comment 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?
Bots Discord Discord.py Discord.py Rewrite Python Kick Command Is Giving Errors January 13, 2024 Post a Comment My kick command is below: @bot.command() async def kick(ctx, member: discord.Member, *,reason… Read more Kick Command Is Giving Errors
Discord.py Discord.py Rewrite Python Python 3.x Having Trouble Making A Discord Bot That Direct Messages @mentioned User December 24, 2023 Post a Comment 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
Discord.py Discord.py Rewrite Python Python 3.x How Do You Have A Discord Bot Remove A User Reaction To A Message In Discord.py? November 26, 2023 Post a Comment 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 Discord.py Rewrite Python Discord.py Error Message Whenever User Dms Bot October 24, 2023 Post a Comment 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