Skip to content Skip to sidebar Skip to footer
Showing posts with the label Discord

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 Would I Go About Creating An .env File For My Discord Bot Token?

So, I was recently told that just storing the Discord Bot token in a variable at the top is bad pra… Read more How Would I Go About Creating An .env File For My Discord Bot Token?

Deleting User Messages In Discord.py

Is there any way to delete a message sent by anyone other than the bot itself, the documentation se… Read more Deleting User Messages In Discord.py

Discord.py Overwrite In Create_text_channel Permissions

overwrites = { guild.default_role: discord.PermissionOverwrite(read_messages=False), guild.… Read more Discord.py Overwrite In Create_text_channel Permissions

How To Get The List Of Members That Reacted To A Message In Discord.py?

I just couldn't find a way to do it in discord.py. Reaction doesn't include members. Soluti… Read more How To Get The List Of Members That Reacted To A Message In Discord.py?

Error On Music Discord Bot In Python 'nonetype' Object Has No Attribute 'create_ytdl_player'

When ever i run this code: @client.command(pass_context=True) async def ranjaplay(ctx, url): se… Read more Error On Music Discord Bot In Python 'nonetype' Object Has No Attribute 'create_ytdl_player'