The commands in my discord python cog aren’t running, there is no error, it’s just not giving output
I’m pretty new to python and discord.py, but i’m tryna learn how cogs work. I’ve tried sooo many things but I’m stuck, since I’m not sure in which piece of code the problem is. It doesn’t return any error, it simply doesn’t respond to the !ping command. The other commands (not in a cog) work just fine.
How do I add roles from a slash command with a python discord bot?
I am completely new to python, and I’m trying to code a discord bot for my server. I am trying to add a role to the message author, which I will later switch to a specifed person.