英文: filenotfounderror errno 2 no such file or directory 问题 我正在尝试使用discord.py编写一个Discord机器人。 在我的机器人中,...
Unban命令在discord.py中不起作用。
英文: Unban command in discord.py is not working 问题 async def openinf(): with open("infractions.js...
KickMe Command(Python)
英文: KickMe Command (python) 问题 我一直在制作一个 Discord 机器人,如果你说了他的一些命令,比如 !help,它会踢掉你。不知道问题出在哪里,我尝试了一切但都没用。...
discord.py的斜杠命令引发了一个异常,指出用户名不能包含“discord”。
英文: discord.py slash commands raise an exception that username cannot contain "discord" 问题...
在Discord机器人中的斜杠命令
英文: Slash command in discord bot 问题 我有这个脚本,但只有在输入“rollmap”或“rollagent”时才能正常工作。有没有办法重新制作它,以便可以使用“/rol...
使discord.py机器人只处理特定角色的私信消息
英文: Getting discord.py bot to only process dms from certain role 问题 抱歉,你的要求是只返回翻译好的部分,没有其他内容。以下是代码部分...
在 discord.py 中创建新的赠品互动时出现“未知互动”错误。
英文: Getting 'Unknown Interaction' error when creating new giveaway inteaction in discord.py ...
"discord.errors.Forbidden: 403 Forbidden (error code: 50013): Missing Permissions" when trying to send a message with embed
英文: "discord.errors.Forbidden: 403 Forbidden (error code: 50013): Missing Permissions" whe...
上传 mp3 使用 Discord 斜杠命令 [discord.py]
英文: Upload mp3 using discord slash commands [discord.py] 问题 我可以使用以下代码使我的机器人上传一个 .mp3 文件: @bot.comman...
如何在 discord.py v2 中为斜杠命令添加选项?
英文: How do I add options to slash commands in discord.py v2? 问题 async def embed_create(ctx: discord....
12