英文: No context hint and false "unresolved reference" on discord.Interaction.response.send_...
当我的机器人运行时,它会自行清除数据文件。
英文: when my bot run, it clear data file by itself 问题 I don't want to bot clear data txt file. 英文: I'...
如何在discord.py中为这个斜杠命令添加选项?
英文: How do I give this slash command options in discord.py 问题 @bot.tree.command(name="alerttype&...
如何在discord.py中使用客户端(在选择回调中)获取一个频道对象?
英文: How to get a channel object using the client (in select callback) discord.py 问题 我在选择回调中遇到了获取频道对象...
“Nonetype” 对象没有名为 “leave” 的属性 nextcord。
英文: Nonetype object has no a attribute leave nextcord 问题 错误: `await server.leave("server_id&quo...
无法在discord.py中的斜杠命令中访问公会ID。
英文: Cannot access Guild id in slash commands in discord.py 问题 抱歉,你的代码中出现了一个错误。要解决这个问题,你需要将 guild 定义为...
Discord.py:如何获取“Bot”对象的User_ID?
英文: Discord.py: How do I get the User_ID of a "Bot" object? 问题 我正在尝试使用 discord.py 2.0.0 制作...
如何在discord.py中发送一条临时消息?
英文: How can i send an ephemeral message in discord.py? 问题 我想要一个机器人在discord.py中对名为/help的自定义命令作出瞬时响应,这...
为什么我的Discord机器人程序返回message.content为空?
英文: Why is my Discord Bot program returning message.content as empty? 问题 以下是代码的翻译部分: import os impor...
Discord.py 2.0.0:discord.errors.ClientException:此客户端已有关联的命令树
英文: Discord.py 2.0.0 :discord.errors.ClientException: This client already has an associated command ...
12