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

Can I Safely Ignore These Errors?

@client.event async def on_message_edit(before, after): channel = client.get_channel (649024513… Read more Can I Safely Ignore These Errors?

How Would I Delete Something From A Json File

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 Commands.when_mentioned Not Working With Custom Prefix

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

How To Install Discord.py-rewrite Dependency On Heroku For Discord Bot Hosting?

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?

How Do I Make A Proper "nuke" Command Discord.py

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

Reaction Handling In Discord.py Rewrite Commands

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