Category "nextcord"

Making a word filter (nextcord,python)

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.

Making a word filter (nextcord,python)

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.

Import “nextcord” could not be resolved

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.

nextcord slash command does not register

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

Discord Music Bot not queueing songs (nextcord)

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

Nextcord Slash Command | nextcord.errors.HTTPException: 400 Bad Request (error code: 50035): Invalid Form Body

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

Slash Commands in nextcord

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