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

How To Allow Only One Person At A Time To Use Discord Bot

So I have this line of code: async def on_message(message): if message.content == '!test'… Read more How To Allow Only One Person At A Time To Use Discord Bot

Can You Get The "about Me" Feature On Discord Bot's? (discord.py)

I have recently been seeing bots that have the new 'about me' feature! But, I can't Out… Read more Can You Get The "about Me" Feature On Discord Bot's? (discord.py)

Reaction Pagination Button Forward And Back Python

I'm trying to make a button / reaction to go back and forth between 3 different images, but the… Read more Reaction Pagination Button Forward And Back Python

Discord.py Invalid Arguments Inside Member.server_default_channel

My current code is @client.event async def on_member_join(member): serverchannel = member.serv… Read more Discord.py Invalid Arguments Inside Member.server_default_channel

Discord.py Get Message From Dm

I try to make my bot to get message from DM using this syntax: for wolf in wolf_list_id: poll_me… Read more Discord.py Get Message From Dm

Attributeerror: 'nonetype' Object Has No Attribute 'channels'

Hi I'm having an issue with a module for my Discord bot. I'm getting AttributeError: 'N… Read more Attributeerror: 'nonetype' Object Has No Attribute 'channels'

Cooldown For On_message In Discord.py

I have made a Leveling system but i can't figure out to make a cooldown in on_message i want to… Read more Cooldown For On_message In Discord.py