英文: Discord.py not responding to @client.event commands 问题 I am not getting a "ping" respo...
机器人不提及消息
英文: The bot does not mention messages 问题 我阅读了discord.py文档,并根据其编写了这段代码,但它没有生效。 @client.command() asyn...
将机器人解除静音当加入AFK频道
英文: Get bot to unmute self when joining an afk channel 问题 I am working on a discord bot for my priva...
discord.py默认的错误处理
英文: discord.py default errors handling 问题 discord.py 有其自己的错误处理方式,但我需要处理 Python 错误。示例: def create(a: ...
Discord.py Guild.bans() 缺少 1 个必需的位置参数: ‘self’
英文: Discord.py Guild.bans() missing 1 required positional argument: 'self' 问题 Code: @tree.co...
Discordbot.py:NotFound: 404 Not Found (error code: 10062): Unknown interaction
英文: Discordbot.py:NotFound: 404 Not Found (error code: 10062): Unknown interaction 问题 以下是你的代码的翻译部分,代...
如何创建一个discord.py事件监听器,用于删除特定频道论坛中的任何新主题?
英文: How to make a discord.py event listener that deletes any new thread in a specific channel forum?...
如何使discord.py事件删除不符合特定先决条件的任何新创建的线程?
英文: How to make a discord.py event delete any new threads created that don't match a specific re...
Bot在尝试通过消息反应超时用户时出现TypeError(discord.py)。
英文: Bot gives TypeError when trying to timeout user via message reaction (discord.py) 问题 抱歉,这是代码错误的问...
Nextcord (discord.py分支) – 如何告诉Discord当前正在运行的命令?
英文: Nextcord (discord.py fork) - How can I return to Discord that a command is currently running? 问题...
12