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

Discord.py Getting All Text Channels Under A Certain Category

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

Discord.py Detect Message In Embed Title Or Description

I am currently trying to make an 'Anti Selfbot' Bot. I would like to do something good for … Read more Discord.py Detect Message In Embed Title Or Description

Discord.py Commands.when_mentioned Not Working With Custom Prefix

What I'm trying to do: If someone doesn't know the prefix, they can mention the bot and use… Read more Discord.py Commands.when_mentioned Not Working With Custom Prefix

How Would I Delete Something From A Json File

I'm not sure how to delete something from a .json file I've tryed looking it up and it sti… Read more How Would I Delete Something From A Json File

How Do I Get My Bot To Respond Only To Reactions On A Specific Message? | Discord.py

I'm trying to implement a bot for a friend in which the 'info' command would show a use… Read more How Do I Get My Bot To Respond Only To Reactions On A Specific Message? | Discord.py

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 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

How Can I Send This List As One Message In Discord.py?

I just tried adding a listrole command on my discord bot which lists every user with a certain role… Read more How Can I Send This List As One Message In Discord.py?

Custom Emoji's And Animated Emoji's Not Working [discord.py-rewrite]

I recently built a simple command to test the format of custom emoji's and animated emoji's… Read more Custom Emoji's And Animated Emoji's Not Working [discord.py-rewrite]

Reaction Handling In Discord.py Rewrite Commands

Is there a way to capture a reaction from a command. I have made a command that deletes a channel b… Read more Reaction Handling In Discord.py Rewrite Commands

Python - Is It Possible To Wait_for One Event Or Another In Discord.py-v1.0?

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?

Is There A Way To Include Spaces In My Argument?

In my discord bot, I have 2 commands do give and create roles. They work perfectly fine, but if the… Read more Is There A Way To Include Spaces In My Argument?

Discord.py Rewrite How To DM Commands?

I am trying to have my bot DM the user the help when '-help' is executed. I have tried doin… Read more Discord.py Rewrite How To DM Commands?

Adding A Check Issue

Hi I'm trying to check if only the specific user has typed yes or no then apply the role. At … Read more Adding A Check Issue

Is There A Way To Find All The Loaded And Unloaded Cogs In Discord.py-rewrite

I have a lot of cogs for my bot, but i load and unload them using commands Still I get confused and… Read more Is There A Way To Find All The Loaded And Unloaded Cogs In Discord.py-rewrite

AttributeError: 'NoneType' Object Has No Attribute 'send' Discord.py Rewrite

I'm trying to send a message to a specific channel. I have still not been able to figure out ho… Read more AttributeError: 'NoneType' Object Has No Attribute 'send' Discord.py Rewrite

How To How To Convert Username To Discord ID?

I have a simple questions about discord. I am trying to create an economy system, and it works well… Read more How To How To Convert Username To Discord ID?

How Do I Escape @everyone In Discord.py?

I'm developing a Discord bot in Python which outputs text based on user input. I want to avoid … Read more How Do I Escape @everyone In Discord.py?

AttributeError: 'NoneType' Object Has No Attribute 'send' Discord.py Rewrite

I'm trying to send a message to a specific channel. I have still not been able to figure out ho… Read more AttributeError: 'NoneType' Object Has No Attribute 'send' Discord.py Rewrite