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

403 Forbidden (error Code: 50001): Missing Access When Adding Role | Discord.py

I am trying to ass different roles to people rapidly to give users the impression of their name bei… Read more 403 Forbidden (error Code: 50001): Missing Access When Adding Role | Discord.py

Discord.py Know If User Exists In Server

Sorry to bother everyone, I know this is duplicated but I don't have the rank to comment so I h… Read more Discord.py Know If User Exists In Server

Heroku Deployment, Libopus Not Found

I am trying to host a discord music bot in heroku, but even if it works fine in my local machine, i… Read more Heroku Deployment, Libopus Not Found

How To Assign A User A Role In A Server From A Direct Message Discord.py

So I am trying to make a bot where if a user direct messages the bot, it will give them a role in a… Read more How To Assign A User A Role In A Server From A Direct Message Discord.py

Im Learning To Make A Bot Using Python. What Do I Do So That I Can Create A New Channel Using The Commands?

Thanks for the previous people that helped me for the last question What Im trying to do is make a … Read more Im Learning To Make A Bot Using Python. What Do I Do So That I Can Create A New Channel Using The Commands?

How Do I Get A Random Subreddit Image To My Discord.py Bot?

I am making a discord bot in async python. I want the bot to post a random picture when I do a comm… Read more How Do I Get A Random Subreddit Image To My Discord.py Bot?

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

How To Get A Mentioned User's Avatar Url With Discord.py?

How can I get a mentioned user's avatar? I can get a mentioned user's ID, but I can't f… Read more How To Get A Mentioned User's Avatar Url With Discord.py?

My Discord.py Bot With Chat-filter Event Sends 2 Or More Messages Instead Of 1

Not so long ago added in my discord bot chat-filter ,which delete messages which i dont want to see… Read more My Discord.py Bot With Chat-filter Event Sends 2 Or More Messages Instead Of 1

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

Send A Pm From Discord.py Rewrite

I'm trying to figure out how to send a pm from a discord.py rewrite bot. I can't do ctx.aut… Read more Send A Pm From Discord.py Rewrite

Ban A User If They Leave The Server When They Have A Specific Role Discord.py

I want make it so if a user leaves the server while they have the Muted or [Banned] role they get p… Read more Ban A User If They Leave The Server When They Have A Specific Role Discord.py

Catching Commandoncooldown Error

I am making a discord bot that has a cooldown and I am attempting to make an event that when the Co… Read more Catching Commandoncooldown Error

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?

If The User Reacts With 😃, I Want The Bot To Edit The Message

Something like this. @client.event async def on_reaction_add(reaction, user): a = await client.… Read more If The User Reacts With 😃, I Want The Bot To Edit The Message

Sending Embeds Through Discord.py

I've been doing a lot of work creating discord bots with the discord api through javascript wit… Read more Sending Embeds Through Discord.py

Discord.py On_raw_reaction_remove(payload) Passing User_id As None

I've written a script to assign roles when a server member reacts using a certain emoji, but wh… Read more Discord.py On_raw_reaction_remove(payload) Passing User_id As None

Trying To Create A Discord Welcome/leave Bot

I'm trying to create a bot that publicly and privately (via DM) welcomes a new user to a Discor… Read more Trying To Create A Discord Welcome/leave Bot

List All Guilds With Multiple Servers On A Single Embed

This is my current code which shows the servers it is currently in. Which this does what I would li… Read more List All Guilds With Multiple Servers On A Single Embed

How Can I Get My Bot To Dm A Specific User Id Without A Command Given?

When someone DM's my bot, I have it print to the console who messaged, what the message was, an… Read more How Can I Get My Bot To Dm A Specific User Id Without A Command Given?