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

Discordpy Tasks Not Working As Expected. No Returning

@tasks.loop(seconds = 5.0) async def remind420(self): print('YES') print(datetime.n… Read more Discordpy Tasks Not Working As Expected. No Returning

How Can I Automatically Split A List Up Based On A Given Requirement?

On Discord, you can only have messages of character length 2000 or under. I am trying to append the… Read more How Can I Automatically Split A List Up Based On A Given Requirement?

Remove 'command Not Found' Error Discord.py

In a discord.py rewrite bot, if someone types the bots prefix and then any text after it, if the te… Read more Remove 'command Not Found' Error Discord.py

Custom Emoji's And Animated Emoji's Not Working [discord.py-rewrite]

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]

How Does Is_owner Works?

So i am trying to add dev only commands me and my devs get confused on doing this as we need the is… Read more How Does Is_owner Works?

Python - Is It Possible To Wait_for One Event Or Another In Discord.py-v1.0?

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?

Is It Possible To Put An Async Function As A Callable Argument?

I'm coding a music bot for my server, and I need to disconnect (a coroutine) when the queue is … Read more Is It Possible To Put An Async Function As A Callable Argument?

My On_member_join Event Is Not Working, I Tried Intents But It Gives This Error

st recent call last): File 'randomgg.py', line 1271, in \u003cmodule\u003e client.run(token… Read more My On_member_join Event Is Not Working, I Tried Intents But It Gives This Error

Kick Command Is Giving Errors

My kick command is below: @bot.command() async def kick(ctx, member: discord.Member, *,reason… Read more Kick Command Is Giving Errors

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