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?