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

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

Get Discord User Id From Username

If I have a user's Discord name and discriminator as a string (e.g ExampleUser#1234) how can I … Read more Get Discord User Id From Username

Discord.py Send_message Usage

I've started working on a project to accelerate my learning of python. I'm trying to recrea… Read more Discord.py Send_message Usage

Getting None In Message.guild.get_member_named("member_name")

I'm getting NoneType in message.guild.get_member_named('Testing Account') and there is … Read more Getting None In Message.guild.get_member_named("member_name")

Lyrics Command In Discord.py

So I was trying to make a lyrics command using the lyrics ovh api in discord.py and I'm getting… Read more Lyrics Command In Discord.py

Custom Emoji's And Animated Emoji's Not Working [discord.py-rewrite]

I recently built a simple command to test the format of custom emoji's and animated emoji's… Read more Custom Emoji's And Animated Emoji's Not Working [discord.py-rewrite]