Android Intent Discord Discord.py Discord.py Rewrite Python Discord.py: Nameerror: Name 'intents' Is Not Defined August 06, 2024 Post a Comment 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
Discord Discord.py Python Get Discord User Id From Username July 31, 2024 Post a Comment 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 Discord.py Python Discord.py Send_message Usage June 22, 2024 Post a Comment 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
Discord Discord.py Python Getting None In Message.guild.get_member_named("member_name") June 22, 2024 Post a Comment 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")
Discord Discord.py Python Lyrics Command In Discord.py June 11, 2024 Post a Comment 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
Discord Discord.py Discord.py Rewrite Python Custom Emoji's And Animated Emoji's Not Working [discord.py-rewrite] May 26, 2024 Post a Comment 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]
Discord Discord.py Python Error On Music Discord Bot In Python 'nonetype' Object Has No Attribute 'create_ytdl_player' May 25, 2024 Post a Comment 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'
Discord Discord.py Python How Do I Send A Message To A Specific Channel? Discord/python May 18, 2024 Post a Comment 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
Bots Discord Discord.py Python Python Asyncio Discord - Send Message Only From Python App To Discord Channel (one Way Communication) April 18, 2024 Post a Comment 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)
Discord Python No Module Named 'discord' April 17, 2024 Post a Comment 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'
Discord Discord.py Python Python 3.x Make Bot Disconnect If It's Alone In A Voice Channel Discord.py April 17, 2024 Post a Comment 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
Discord Discord.py Python Python 3.x Experience (xp) Not Working For All Users Json Discord.py April 06, 2024 Post a Comment 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 Discord.py Python Discord.py Bot Stops Responding After I Add A New Block Of Code March 20, 2024 Post a Comment 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
Discord Discord.py Json Python How Do I Make This Command Only Work In Multiple Channels Using Discord.py March 08, 2024 Post a Comment 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 Discord.py Discord.py Rewrite Python Discord.py Emoji All Servers Bot In March 07, 2024 Post a Comment 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 Discord.py Python Discord.py Bot Getting Cooldown Time Remaining Of Command February 28, 2024 Post a Comment 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
Discord Github Intellij Idea Python Why Doesn't My Python Code See The Imported Discord.py Module? February 26, 2024 Post a Comment 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?
Discord Discord.py Python Is There Any Way To Have A Discord Bot Join A Server With Accept_invite Or Anything Like That? February 26, 2024 Post a Comment 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 Discord.py Ejabberd Hooks Embed Python Discord.py Overwrite In Create_text_channel Permissions February 25, 2024 Post a Comment overwrites = { guild.default_role: discord.PermissionOverwrite(read_messages=False), guild.… Read more Discord.py Overwrite In Create_text_channel Permissions
Discord Discord.py Python Discord Python Button Press Triggers All Buttons In A Command February 24, 2024 Post a Comment 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