英文: Why isnt discord.py member.join working for me? 问题 You're facing an issue where member.guild is ...
如何在discord.py中创建分页嵌入菜单?
英文: How to create pagination embed menu in discord.py? 问题 I need a 'SLASH COMMAND' that can displays...
AttributeError: 模块 ‘discord’ 没有 ‘interaction’ 属性。
英文: AttributeError: module 'discord' has no attribute 'interaction' 问题 discord.py没有&...
Discord机器人具有签到和签退功能,但顺序不正确。
英文: Discord bot with Clock in and clock out functions, but order are not correct 问题 Here's the trans...
Discord bot.py将不会在使用await bot.start()时运行。
英文: Discord bot.py will not run with await bot.start() 问题 I have been trying to put a command in a s...
如何使用 discord.py 发送文件?
英文: How to send files using discord.py? 问题 我如何使用discord.py发送文件?这是我的代码: import discord from discord.e...
指令不再显示,因为它们在齿轮中。
英文: Commands are no longer displayed since they are in the cog 问题 Here is the translation of the pro...
在Discord上如何制作一个验证按钮
英文: How can i make a verification button on discord 问题 I've been playing around with making a verifi...
如何检查输入中是否包含双引号。
英文: python - discord.py how can I check if double quotes are in intput 问题 Here's the translated code...
Discord.py中的wait_for()在使用Cogs时不起作用- API文档无用。
英文: Discord.py wait_for() not working when using Cogs-- API docs useless 问题 我试图创建一个基本命令,当用户键入/ 'comm...
12