Skip to content Skip to sidebar Skip to footer
Showing posts with the label Discord.py Rewrite

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

Is The A Way To Use Prefix And Ping For Commands?

I've decided to create a much more helpful bot, and I would like to allow the commands to be ac… Read more Is The A Way To Use Prefix And Ping For Commands?

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

Having Trouble Making A Discord Bot That Direct Messages @mentioned User

trying to create a command for my bot where you can type /ping @user, and it then dm's mentione… Read more Having Trouble Making A Discord Bot That Direct Messages @mentioned User

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'

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?

How Do I Make Mentioning A Member Optional Within A Command?

I've created a code that sends the gif of a hug on command and specifies who it's to, howev… Read more How Do I Make Mentioning A Member Optional Within A Command?

Can't Make Discord Bot Leave The Voice Channel In Python

I'm trying to make my Discord bot leave the voice channel when someone types 'leave' as… Read more Can't Make Discord Bot Leave The Voice Channel In Python