Skip to content

Tag: discord.py

How to tag a user using the discord.Member argument?

I have a discord bot with the command !sad. On execution the bot should reply with a random string from sad_list. I want the option to have the bot tag someone if you execute the command with the user: discord.Member argument. Preferred output: as opposed to only The following has already been tried: However …

My warn command is not working discord.py

(Replit.com) I tried to use the warn command but every time i try, there is a error: TypeError: ‘Command’ object is not subscriptable The error message I get is: Answer The problem is, that aside the report dictionary, you also have a command called report, so to fix this error, simply rename eith…