Bots Discord Discord.py Discord.py Rewrite Python How Do I Make Mentioning A Member Optional Within A Command? July 31, 2024 Post a Comment 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?
Discord.py Discord.py Rewrite Python Python 3.x How To Convert A String To A User Discord.py May 10, 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 Discord.py Detect Message In Embed Title Or Description May 03, 2024 Post a Comment 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 Discord.py Discord.py Rewrite Embed Python Discord.py: Using Variable As Discord Embed Color May 03, 2024 Post a Comment 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 Discord.py Rewrite Python 3.x Discord.py Getting All Text Channels Under A Certain Category March 31, 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
Discord.py Discord.py Rewrite Python Retrieve List Of Members In Channel Discord.py Rewrite March 27, 2024 Post a Comment 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
Discord.py Discord.py Rewrite Python Is There A Way To Include Spaces In My Argument? March 20, 2024 Post a Comment 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?
Asynchronous Discord Discord.py Discord.py Rewrite Python How To Make A Discord Bot Asynchronously Wait For Reactions On Multiple Messages? March 09, 2024 Post a Comment 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?