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?