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?

A Presence/activity Set Command?

So, I was wondering if there could be a command I could write that allows me to set the bots presen… Read more A Presence/activity Set Command?

Discord.py Getting All Text Channels Under A Certain Category

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 Emoji All Servers Bot In

I have a bot that sends embeds that include emojis specific to each embed and it works great on my … Read more Discord.py Emoji All Servers Bot In

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?

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

Retrieve List Of Members In Channel Discord.py Rewrite

Summary I'm really new to discord.py and am trying to figure out how to retrieve a list of peop… Read more Retrieve List Of Members In Channel Discord.py Rewrite

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