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

Discord.py: Nameerror: Name 'intents' Is Not Defined

I'm trying to use intents in my bot but when running the following code: import discord from di… Read more Discord.py: Nameerror: Name 'intents' Is Not Defined

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

Discord.py - Make A Bot React To Its Own Message(s)

I am trying to make my discord bot react to its own message, pretty much. The system works like thi… Read more Discord.py - Make A Bot React To Its Own Message(s)

Remove 'command Not Found' Error Discord.py

In a discord.py rewrite bot, if someone types the bots prefix and then any text after it, if the te… Read more Remove 'command Not Found' Error Discord.py

Discord.py Error Message Whenever User Dms Bot

Using the code linked here, I had created a custom prefix for my bot a couple months ago. However, … Read more Discord.py Error Message Whenever User Dms Bot

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?

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

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