我知道最近,discord为机器人添加了使用斜杠命令的能力。我查看了开发人员门户,在discord.py的文档中找到了他们的资源。以下是他们提供的示例: import requests url = "https://discord.com/api/v8/applications/<my_application_id>/commands我如何成功地将斜杠命令添加到我的应用程序中 ...
在我将我的机器人编写的discord interactions和discord.py添加到服务器后,可用的斜杠命令不再显示,尽管它们以前在同一服务器上可用。此外,命令在直接消息中也可用。在服务器中,允许权限使用Slash-commands。我如何解决这个问题? 浏览51提问于2021-10-13得票数 0 回答已采纳 1回答 尝试在discord.py上使用异步函数运行...
⚙️ A simple to use, powerful framework for creating stateless, independent bots usingDiscord Slash Commands. FastAPI. Notice As of 2022, I simply don't have the time to maintain this library. This library should function normally until Discord disables the v8 API. I hope I can resurrect...
设置Bot的权限,确保它具有执行必要操作的权限,例如发送消息、读取消息历史记录等。 4.创建Slash Commands 转到“Interactions”选项卡,点击“Add Command”,选择“Chat Input ( Slash Command )”。输入命令名称和描述。定义交互参数,这些参数将成为您游戏中可使用的命令。 5.编写代码 根据所选编程语言,编写处理交互事...
34 changes: 34 additions & 0 deletions 34 slashGroup.py Original file line numberDiff line numberDiff line change @@ -0,0 +1,34 @@ import timeimport discord from discord import app_commandsimport openAIChat#interaction.channel.send 為不受限制回傳至聊天室...
Everything to run smoothly and the Slash commands to be working. Actual Results Traceback (most recent call last): File "/home/quartz_i_warrior/MinecraftBot.py", line 1, in <module> import json, requests, discord, asyncio, time, itertools, os, topgg File "/home/quartz_i_warrior/.loca...
Slots inside theDiscordMessagecomponent:actionsfor buttons,interactionsfor replies and slash commands,reactionsfor reactions Breaking: These component props have been renamed: DiscordEmbed#authorImage->DiscordEmbed#authorIcon DiscordEmbed#color->DiscordEmbed#borderColor ...
在SCOPES里勾选bot和applications.commands,为了方便,在BOT PERMISSIONS里直接勾选第一条Administrator(注意咱们只是为了玩哈,才直接赋予管理员权限的)。 复制最下方生成的 URL,粘贴到新浏览器窗口打开,选择服务器并添加。如果你没有看到任何可选选项,那么你需要去 Discord 先自己创建一个服务器,然后回来刷新一下。事实...
Slots inside theDiscordMessagecomponent:actionsfor buttons,interactionsfor replies and slash commands,reactionsfor reactions Breaking: Components are no longer globally registered. It's recommended to import them where necessary, or you may globally register them yourself ...
python库。 资源全名:discord.py-stubs-1.5.0.0.tar.gz 上传者:qq_38161040时间:2022-03-02 用Python 编写的 Discord API 包装器 .zip discord.py 一个用 Python 编写的现代、易于使用、功能丰富且异步就绪的 Discord API 包装器。主要特点现代 Pythonic API 使用async和await。适当的速率限制处理。速度和内存都...