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]

Error On Music Discord Bot In Python 'nonetype' Object Has No Attribute 'create_ytdl_player'

When ever i run this code: @client.command(pass_context=True) async def ranjaplay(ctx, url): se… Read more Error On Music Discord Bot In Python 'nonetype' Object Has No Attribute 'create_ytdl_player'

How Do I Send A Message To A Specific Channel? Discord/python

How do I send a message to a specific channel? Why am I getting this Error ? My ChannelID is right … Read more How Do I Send A Message To A Specific Channel? Discord/python

Discord - Send Message Only From Python App To Discord Channel (one Way Communication)

I am designing an app where I can send notification to my discord channel when something happen wit… Read more Discord - Send Message Only From Python App To Discord Channel (one Way Communication)

No Module Named 'discord'

I'm creating a discord bot, but when I try to import discord, I am getting this error: Tracebac… Read more No Module Named 'discord'

Make Bot Disconnect If It's Alone In A Voice Channel Discord.py

Is there any way to disconnect the bot if it's alone on a voice channel? Is there any event tha… Read more Make Bot Disconnect If It's Alone In A Voice Channel Discord.py

Experience (xp) Not Working For All Users Json Discord.py

I'm trying to give points for messages typed in a room that has around 50-60 people that type i… Read more Experience (xp) Not Working For All Users Json Discord.py

Discord.py Bot Stops Responding After I Add A New Block Of Code

im new to python and discord.py, this is a repost with updated details and without the block of cod… Read more Discord.py Bot Stops Responding After I Add A New Block Of Code

How Do I Make This Command Only Work In Multiple Channels Using Discord.py

i am trying to make a command work in 2 trade channels as it is for checking peoples vouches to see… Read more How Do I Make This Command Only Work In Multiple Channels Using Discord.py

Discord.py Emoji All Servers Bot In

I have a bot that sends embeds that include emojis specific to each embed and it works great on my … Read more Discord.py Emoji All Servers Bot In

Discord.py Bot Getting Cooldown Time Remaining Of Command

I'm working on a python based discord bot that has the following command @client.command(name=&… Read more Discord.py Bot Getting Cooldown Time Remaining Of Command

Why Doesn't My Python Code See The Imported Discord.py Module?

I'm trying to make my first Discord Bot using Python, and it works perfectly on my desktop Wind… Read more Why Doesn't My Python Code See The Imported Discord.py Module?

Is There Any Way To Have A Discord Bot Join A Server With Accept_invite Or Anything Like That?

Note: I'm using discord.py 0.16.12 I am wondering if there's any way to have a bot join a s… Read more Is There Any Way To Have A Discord Bot Join A Server With Accept_invite Or Anything Like That?

Discord.py Overwrite In Create_text_channel Permissions

overwrites = { guild.default_role: discord.PermissionOverwrite(read_messages=False), guild.… Read more Discord.py Overwrite In Create_text_channel Permissions

Discord Python Button Press Triggers All Buttons In A Command

I am trying to create a bot for Discord in Python. However I am running into an issue with the newl… Read more Discord Python Button Press Triggers All Buttons In A Command