Your Search Results of discord.py

How can I name a table with a string or var?

I Want To Program A Discord Bot Which Creates A Table With Some Simple Input. Therefore I Need To Know How I Can Name ...Read More

Discord.py Editing private message for 1 user edits it for everyone issue

I Have A Discord Bot That You Can Private Message. One Of The Commands Makes The Bot Send You A Message And ...Read More

Cooldown on on_message event discord.py

I'm Trying To Make A Suggestion System With Discord.py. A User DMs The Bot A Message And The Bot Sends That Message In ...Read More

How to link commands to slash commands

Is There Anyway To Link My Commands To Slash Commands? Like If I Have *play Command And I Just Want To Link It As ...Read More

how to make bot respond to if there is more then four uppercase letter in message.content discord.py

Please Help Me Out I Tried Doing This But I Don't Know What's Wrong With My Code, ...Read More

my python command "play" does not work, discord.py

I Have A Problem With My Python Script Concerning My "play" Command For A Music Bot (it's For A Cog). I Have ...Read More

How to send a message in an "async def on_raw_reaction_add" discord.py?

Async Def On_raw_reaction_add(self, Payload: Discord.RawReactionActionEvent): Global Verstuurd_id Global Game ...Read More

discord.py 2.0 url_as function doesnt work

I Am Making A Bot Which Has Image Processing Commands From 1.7.3 Discord , It Used To Work Perfectly And When I ...Read More

Discord.py button interaction message delete

Interaction = Await Bot.wait_for("button_click", Check=lambda I: I.component.label.startswith("Delete")) ...Read More

discord.py client.get_user returns none with user id

I Keep Getting A AttributeError: 'NoneType' Object Has No Attribute 'send' Exception When I Run This Code I Have ...Read More

How do I extract a specific data from a Field in python to print it?

I'm Using The Discord.py API To Build A Bot To Show Me By Different Commands The Results Of Some Votes. For Example, I ...Read More

Create a command to update a discord bot database

I Have Made A Discord Bot In Python Which Makes Use Of Databases To Store Channel Ids Where My Bot Is Running. I Have ...Read More

Discord.py depositing all money even though sending a integer

I Made A Economy Bot With The Following Code @client.command(aliases=['dp','dep']) Async Def Deposit(ctx,amount = None): ...Read More

403 Forbidden (error code: 50001): Missing Access [discord.py]

I'm Getting This Error Whenever I Try To Run My Program, I Tried Giving It All The Permissions Possible Except Admin But ...Read More

Discord.py delete message log

Hi I Have Made In Discord Py Logs For Deleting Messages But Now It Is So When The Message Was Deleted By A Bot ...Read More

Makeing my first discord bot while learning python.... Bot wont post the picture i want it to

Ok So Im Still Learing And Discord Is The First API I Decided To Work With. So Far After A Few Teaks And Adjustments Ive ...Read More

Automatic change of Discord "About me"

THE PROBLEM: In Discord, As You May Know, There Is A "About Me" Section. This Section Is As Description Of A Profile That ...Read More

Creating an alarm system: make sure member has a certain role

I'm Trying To Make A Bot For My Friend's Server And He Wants Me To Create An Alarm System. I Cannot Get This Member In ...Read More

Discord.py how do I run code from another file?

I Want To Clean Up The Code Of My Discord Bot A Little With Splitting Commands Up Into Different Files Instead Of Having ...Read More

How to get total number of Invites by a user in discord.py

I'm Using This Code To Get The Total Number Of Invites Sent By A User By Using Ctx.guild.invites But It Is Just ...Read More

Use multiple cooldowns discord.py

I've Been Trying To Use Multiple Cooldowns (for Invalid Commands And Command Cooldowns), But I Get Redefinition Of Usage ...Read More

Checking for word in message previous defined str disnake (discord.py)

So I Am Making A Command To Post A Message Into A Specific Channel And I Need To Make It So Payment Option Comes Up If ...Read More

TypeError: on_command_error() missing 1 required positional argument: 'ctx'

Error: TypeError: On_command_error() Missing 1 Required Positional Argument: 'ctx' But The Only Problem Is That ...Read More

How to install ffmpeg on Heroku

I Have A Python Application On Heroku. How Can I Install Ffmpeg On The App? I Tried Installing It Using The Buildpack But ...Read More

Why can I not import load_dotenv?

I'm Trying To Code A Simple Discord Bot In Python, But It Says I Cant Import Load_dotenv, Instead Giving ...Read More

Discord.py - Send message every day at a specific time

I'm Having Trouble Trying To Get My Discord BOT To Send A Message To The Server At An Exact Time Every Day. I Am Trying ...Read More

I dont know why I get a 400 bad request error for sending a discord webhook. Everything seems fine but I am new at this

I Am New At This So It Is Probably A Stupid Mistake Im Trying To Make A Program That Sends The Price Of A Stock Quote ...Read More

Discord.py Rewrite gathering list of all commands

I'm Trying To Get A List Of All The Commands Within My Discord Bot In Rewrite. I Am Using Python 3.6 To Write This I ...Read More

discord.py: How to display number of servers bot is in?

I Have Tried To Do This Multiple Times With No Success. Python Version: 3.6 Discord.py: Async ...Read More

discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'Command' object has no attribute 'server'

@FiveStarBot.command(pass_context=True) Async Def Globalmessage(cxt, *, Text : Str): X = Message.server.members ...Read More

RuntimeWarning: coroutine was never awaited

Been Having A Lot Of Trouble Lately Trying To Make My Discord Bot Simply Pull Data From Pubg.op.gg And Give The ...Read More

Carry out ongoing, branching conversation with Discord bot

With Discord.py Asynchronous/ Dynamic Functionality, How Do I Achieve Running In A More Rail-like Manner As A Normal ...Read More

How can i redirect the member when login to my webapp in python

I Have The Runtime Error. RuntimeError: The Session Is Unavailable Because No Secret Key Was Set. Set The Secret_key ...Read More

Play all songs in a queue

This Is The Code That I Have: @commands.command(pass_context=True, Aliases= ["aq"]) Async Def Add_queue(self, Ctx, *, Url): ...Read More

Nextcord Display User Avatar

@client.command() Async Def Avatar(ctx, *, Member : Nextcord.Member = None): If Member == None: ...Read More

Most Viewed Posts

Soft wrap at 80 characters in Vim in window of arbitrary width

What does multicore assembly language look like?

What is the best way to auto-generate INSERT statements for a SQL Server table?

Reading 64bit Registry from a 32bit application

Hibernate error: cannot resolve table

Redirecting packets to user space TCP stack without modifying application

Are message queues obsolete in linux?

Is it possible to create inline pseudo styles?

How can I create a two dimensional array in JavaScript?

How to compare XML documents

How many Windows handles in use is "too many"?

Why avoid increment ("++") and decrement ("--") operators in JavaScript?

How can I add a type constraint to include anything serializable in a generic method?

Visual studio commands don't work. ctrl + f5 doesn't run my application

What is the JavaScript version of sleep()?

Tree parsers for compilers written in C++

How can I convert List<Integer> to int[] in Java?

Problems with DeploymentItem attribute

Yank file name / path of current buffer in Vim

How do I calculate a moving average using MySQL?

Does Java have support for multiline strings?

Zip folder in C#

How can I run a program or batch file on the client side?

How to make a new List in Java

Generic code snippets or templates in Eclipse

List Element without iteration

WPF: Display a bool value as "Yes" / "No"

How to replace DOM element in place using Javascript?

how do I find out what program's on the other end of a local socket?

How to disable text selection highlighting

Under UAC, why can't I write a file as an impersonated user?

How do I find all the files that were created today in Unix/Linux?

What is the difference between a User Control Library and a Custom Control Library?

How to implement SOLID principles into an existing project

What is the !! (not not) operator in JavaScript?

Setting Windows PowerShell environment variables

Plain Old CLR Object vs Data Transfer Object

Auto __repr__ method

Pipe to/from the clipboard in a Bash script

.NET equivalent of size_t

How to change the author and committer name and e-mail of multiple commits in Git?

Meaning of 'const' last in a function declaration of a class?

How do I pass a variable from one Thread Group to another in JMeter

How to check if a file has a digital signature

How can I convert a dictionary into a list of tuples?

Converting XML elements to XML attributes using XSLT

How can I detect changes in location hash?

How to remove html special chars?

How do I execute a string containing Python code in Python?

div background color, to change onhover

Top