Discord.py Discord.py Rewrite Python Python 3.x Can I Safely Ignore These Errors? August 06, 2024 Post a Comment @client.event async def on_message_edit(before, after): channel = client.get_channel (649024513… Read more Can I Safely Ignore These Errors?
Discord.py Rewrite Json Python Python 3.x How Would I Delete Something From A Json File June 16, 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 Discord.py Commands.when_mentioned Not Working With Custom Prefix May 09, 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 Discord.py Rewrite Heroku Python How To Install Discord.py-rewrite Dependency On Heroku For Discord Bot Hosting? April 18, 2024 Post a Comment I'm trying to deploy my discord.py bot on Heroku using my GitHub master branch, but have been u… Read more How To Install Discord.py-rewrite Dependency On Heroku For Discord Bot Hosting?
Discord Discord.py Discord.py Rewrite Python 3.x How Do I Make A Proper "nuke" Command Discord.py April 16, 2024 Post a Comment Okay i want to make a 'nuke' command that basically saves the old name, topic and permissio… Read more How Do I Make A Proper "nuke" Command Discord.py
Discord.py Rewrite Python 3.x Reaction Handling In Discord.py Rewrite Commands March 26, 2024 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