English 中文(简体)
矛盾的平流式包装错误信息
原标题:discord-py-slash-command package error message
  • 时间:2024-02-02 02:09:28
  •  标签:
  • discord.py

I installed discord-py-slash-command this is the code i ve used

from discord_slash import SlashCommand

错误信息

File "/home/runner/Index/main.py", line 1, in <module>
from discord_slash import SlashCommand
ModuleNotFoundError: No module named  discord_slash 
问题回答

Discord.py在一段时间里支持了闪电,现在一般倾向于单立执行(。 页: 1

我建议使用。 如何在不和谐的情况下进行工作紧张的指挥。 py





相关问题
Use both buttons and dropdowns in discord py v2

I m trying to create a command in my Discord bot using discord.py where I want to use both buttons and dropdowns (select menus) together, similar to the help command in Dank Memer bot. I have created ...

discord.py and tkinter: Message sending not working

Here is my code import threading import discord from discord.ext import commands, tasks from discord.ext.commands import has_permissions import asyncio activity = discord.Game(name="/help") ...

热门标签