英文: Why does my Python 3.x discord.py bot's purge command work in my test server but not in othe...
如何为我的Discord机器人实现定时消息?
英文: How can I implement a scheduled message for my discord bot? 问题 以下是您要翻译的内容: 我已经在Python中创建了一个Disco...
编辑按钮类中的特定按钮。
英文: Editing specific button in Button class 问题 在discord.py中,我已经创建了一个包含5个按钮的类,并且我希望当用户与特定按钮互动时,其中一个按钮...
在单个斜杠命令上实现冷却
英文: Implementing a cooldown on a single slash command 问题 Sure, here's the translated code part witho...
如何在使用interactions.py的Discord机器人中从单独的文件调用函数?
英文: How can I call a function from a separate file when using Discord bot with interactions.py? 问题 H...
如何在discord.py的提交机器人中添加接受/拒绝按钮?
英文: How to add Accept/Deny button to a submission bot discord.py? 问题 I am trying to make a discord a...
如何使我的 Discord py 机器人与另一个异步函数一起异步运行?
英文: How do I run a discord py bot asynchronously with another async function? 问题 I tried many ways, ...
Is it possible to dynamically enable/disable arguments in a Python Discord slash command using Pycord and Discord.py based on previous user choice?
英文: Is it possible to dynamically enable/disable arguments in a Python Discord slash command using P...
在我的Discord机器人中,ctx.author.voice.channel没有返回任何值。
英文: In my discord bot ctx.author.voice.channel is not returning any value 问题 异步 def play(self, ctx, ...
Discord.py 随机迷因 API
英文: Discord.py random meme API 问题 Trying to make a random meme command. Tried 2 different ways, both...
12