英文: How to make a slash command with spaces, to "categorize" commands? 问题 如何使斜杠命令带有空格?正如您在...
如何为我的Discord机器人实现定时消息?
英文: How can I implement a scheduled message for my discord bot? 问题 以下是您要翻译的内容: 我已经在Python中创建了一个Disco...
将消息发送到同一服务器上的不同频道的机器人
英文: bot to send message to a different channel on same server 问题 我正在尝试让我的Discord机器人在响应中有多个项目时,将消息发送到...
如何在D#+中获取我的Discord客户端的运行时间?
英文: How do i get my DiscordClient's uptime in D#+? 问题 如何获取D#+中的DiscordClient运行时间,以及如何修复连接终止错误? 基...
Discord.js v14 – Hug slash command api not connecting correctly to command
英文: Discord.js v14 - Hug slash command api not connecting correctly to command 问题 Here is the transl...
Discord为什么说我的机器人的所有命令都需要管理员权限才能使用?
英文: Why Does Discord Say All of My Bot's Commands Require Admin Privileges to be Used? 问题 Discor...
discord.py: sys:1: RuntimeWarning: coroutine ‘Loop._loop’ was never awaited
英文: discord.py: sys:1: RuntimeWarning: coroutine 'Loop._loop' was never awaited 问题 Here's th...
可以将函数参数传递给装饰器吗?
英文: Is it possible to pass a function argument into a decorator? 问题 Here is the translated code port...
如何在使用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...
18