How can I make a word filter? I am using nextcord(py) and I would like to make a word filter, but I dont really know where to start.
How can I make a word filter? I am using nextcord(py) and I would like to make a word filter, but I dont really know where to start.
I have just installed nextcord, but when I try to import it to code it says: “Import “nextcord” could not be resolved” please help me.
When moving to nextcord from discord.py the slash command is not registered. I have enabled the applications.command on oauth2 URI. from nextcord import Intents
My bots doesn't queue the songs when i use the play command, it just plays them. Im trying to get all my commands to work before using spotify & soundcloud
I was migrating my bot from discord.py to nextcord and I changed my help command to a slash command, but it kept showing me this error: nextcord.errors.HTTPExc
I am trying to make slash commands in my bot. However when I run the bot, the slash commands dont appear, I've tried reinviting the bot too. Here it my current