英文: How do I close my Discord bot after it sends a message? 问题 def sendmessage(message): @client.eve...
是否可以使用Discord OAuth2生成一次性链接?
英文: Is it possible to generate a one time link with discord oauth2? 问题 Intro: 我所追求的是,当用户注册我的discord....
按钮仅可由消息的作者使用。
英文: I want to make that the button could be used only by the author of the message 问题 class HangmanB...
目前我的Discord机器人的”pi”命令存在问题。
英文: There is currently a problem with my discord bot's pi command 问题 我有一个 Discord 的 Python 机器人,并...
使用yt_dlp在discord.py中播放一首歌。
英文: Using yt_dlp in discord.py to play a song 问题 Youtube-dl突然停止工作,并出现了上传者ID错误,所以在阅读了一些文章后,我决定使用yt-dl...
Hello, I'm making an avatar command. I want the embed to appear and write that the user does not have an avatar. But it doesn't work
英文: Hello, I'm making an avatar command. I want the embed to appear and write that the user does...
Discord py嵌入不起作用,但在它之前直接发送到频道
英文: Discord py embed not working, but channel send directly before it is 问题 我正在使用Python制作一个Discord机器...
Discord Python Bot 只响应私信消息。
英文: Discord Python Bot only responds to dms 问题 The bot has admin perms, I have no idea why it would ...
如何在discord.py中创建斜杠命令?
英文: How do I create slash commands in discord.py? 问题 以下是您提供的代码中的翻译部分: import bot if __name__ == '...
AttributeError: ‘NoneType’ object has no attribute ‘get_role’
英文: AttributeError: 'NoneType' object has no attribute 'get_role' 问题 我试图获取具有特定角色的所有用...
12