Всем привет. Почему то не работают slash команды в боте. Запускается исправно. Надеюсь на вашу помощь, заранее спасибо)
код:
@slash.slash(name="test")
async def test(ctx: SlashContext):
await ctx.send("Привет")
Библиотеки:
import discord
from discord.ext import commands
from discord_components import DiscordComponents, Button, ButtonStyle
from discord.ext import commands, tasks
from discord_components import *
from discord_buttons_plugin import *
from discord.ext.commands import Bot
from discord import member
from discord.utils import get
from discord_slash import SlashCommand, SlashContext
intents = discord.Intents.all()
from discord.ext import commands, tasks