Discord.py Discord.py Rewrite Python 3.x Discord.py Getting All Text Channels Under A Certain Category June 22, 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 Discord.py Detect Message In Embed Title Or Description March 31, 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.py Discord.py Rewrite Python Discord.py Commands.when_mentioned Not Working With Custom Prefix March 19, 2024 Post a Comment 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
Discord.py Rewrite Json Python Python 3.x How Would I Delete Something From A Json File March 02, 2024 Post a Comment 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
Discord.py Discord.py Rewrite Python Python 3.x How Do I Get My Bot To Respond Only To Reactions On A Specific Message? | Discord.py February 27, 2024 Post a Comment 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
Discord.py Discord.py Rewrite Python Python 3.x How Do You Have A Discord Bot Remove A User Reaction To A Message In Discord.py? February 03, 2024 Post a Comment 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 Discord.py Discord.py Rewrite Python Discord.py How To Add Mute Command December 21, 2023 Post a Comment 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
Discord.py Discord.py Rewrite Python How Can I Send This List As One Message In Discord.py? December 05, 2023 Post a Comment 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?
Discord Discord.py Discord.py Rewrite Python Custom Emoji's And Animated Emoji's Not Working [discord.py-rewrite] October 23, 2023 Post a Comment 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]
Discord.py Rewrite Python 3.x Reaction Handling In Discord.py Rewrite Commands October 05, 2023 Post a Comment 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
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? July 25, 2023 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.py Discord.py Rewrite Python Is There A Way To Include Spaces In My Argument? June 09, 2023 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?
Discord.py Discord.py Rewrite Python Python 3.x Discord.py Rewrite How To DM Commands? April 12, 2023 Post a Comment 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?
Discord.py Discord.py Rewrite Python Python 3.x Adding A Check Issue November 27, 2022 Post a Comment 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
Discord.py Rewrite Python 3.x Is There A Way To Find All The Loaded And Unloaded Cogs In Discord.py-rewrite November 25, 2022 Post a Comment 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
Discord.py Rewrite Python 3.x AttributeError: 'NoneType' Object Has No Attribute 'send' Discord.py Rewrite November 09, 2022 Post a Comment 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
Discord Discord.py Discord.py Rewrite Python How To How To Convert Username To Discord ID? October 04, 2022 Post a Comment 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?
Chatbot Discord.py Discord.py Rewrite Escaping Python How Do I Escape @everyone In Discord.py? August 23, 2022 Post a Comment 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?
Discord.py Rewrite Python 3.x AttributeError: 'NoneType' Object Has No Attribute 'send' Discord.py Rewrite July 22, 2022 Post a Comment 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