英文: 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...
Disnake – 尝试获取消息作者名称时出现错误
英文: Disnake - Error when try get message author name 问题 I have problem with Disnake. When I try to g...
如何在discord.py中创建分页嵌入菜单?
英文: How to create pagination embed menu in discord.py? 问题 I need a 'SLASH COMMAND' that can displays...
Discord机器人具有签到和签退功能,但顺序不正确。
英文: Discord bot with Clock in and clock out functions, but order are not correct 问题 Here's the trans...
使用Discord.NET,如何将交互响应记录到变量中?
英文: Using Discord.NET, how do i record an interaction response into a variable? 问题 我最近遇到了一个问题,即无法使用典...
在Discord上如何制作一个验证按钮
英文: How can i make a verification button on discord 问题 I've been playing around with making a verifi...
遇到 Discord 机器人不响应提示的问题。
英文: Having issues with my Discord bot not responding to prompts 问题 Code Base: import os import json ...
18