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

How Do I Make Mentioning A Member Optional Within A Command?

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?

How To Convert A String To A User Discord.py

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 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: Using Variable As Discord Embed Color

so I'm trying to make a command for my discord bot that is an embed builder. I want the user of… Read more Discord.py: Using Variable As Discord Embed Color

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

Retrieve List Of Members In Channel Discord.py Rewrite

Summary I'm really new to discord.py and am trying to figure out how to retrieve a list of peop… Read more Retrieve List Of Members In Channel Discord.py Rewrite

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?

How To Make A Discord Bot Asynchronously Wait For Reactions On Multiple Messages?

tl;dr How can my bot to asynchronously wait for reactions on multiple messages? I'm adding a r… Read more How To Make A Discord Bot Asynchronously Wait For Reactions On Multiple Messages?