Bots Discord Discord.py Discord.py Rewrite Python Kick Command Is Giving Errors July 24, 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 Discord.py Discord.py Rewrite Python Can't Make Discord Bot Leave The Voice Channel In Python May 17, 2024 Post a Comment I'm trying to make my Discord bot leave the voice channel when someone types 'leave' as… Read more Can't Make Discord Bot Leave The Voice Channel In Python
Discord.py Discord.py Rewrite Python Python 3.x Python - Is It Possible To Wait_for One Event Or Another In Discord.py-v1.0? April 01, 2024 Post a Comment Is there any to use wait_for in such a way that it will wait for either reaction_add or reaction_re… Read more Python - Is It Possible To Wait_for One Event Or Another In Discord.py-v1.0?
Discord Discord.py Discord.py Rewrite Python Attributeerror: 'nonetype' Object Has No Attribute 'channels' March 20, 2024 Post a Comment Hi I'm having an issue with a module for my Discord bot. I'm getting AttributeError: 'N… Read more Attributeerror: 'nonetype' Object Has No Attribute 'channels'
Discord.py Discord.py Rewrite Python Python 3.x How To Convert A String To A User Discord.py March 17, 2024 Post a Comment I'm trying to convert a string to a user so I can dm them. Here's my current code: @bot… Read more How To Convert A String To A User Discord.py
Discord.py Discord.py Rewrite Python 3.x Discord.py Getting All Text Channels Under A Certain Category March 05, 2024 Post a Comment I'm trying to get all text channels under a category as a list but I can only do for guild in c… Read more Discord.py Getting All Text Channels Under A Certain Category
Android Intent Discord Discord.py Discord.py Rewrite Python Discord.py: Nameerror: Name 'intents' Is Not Defined March 02, 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.py Discord.py Rewrite Python Python 3.x Python Asyncio Is It Possible To Put An Async Function As A Callable Argument? February 22, 2024 Post a Comment I'm coding a music bot for my server, and I need to disconnect (a coroutine) when the queue is … Read more Is It Possible To Put An Async Function As A Callable Argument?