英文: My discord Bot is Unable to read DM messages 问题 我知道"必须启用CHANNEL部分",而且已经启用了。但是我的机器人仍然无法...
Discord.js在执行!register命令后未捕获名称。
英文: Discord.js not capturing name after !register command 问题 if (message.content === '!registrar...
I want to send "I have it" when "xlsx A1~A500" matches the user ID
英文: I want to send "I have it" when "xlsx A1~A500" matches the user ID 问题 import...
如何执行“全部”和“一半”,而不是输入给定金额(经济)
英文: How to do 'all' and 'half ' instead of entering a given amount (economy) 问题 如何使a...
如何使用DiscordJS v13编写一个命令来重命名当前使用该命令的频道?
英文: How would I write a command to rename the current channel the command is used in with DiscordJS ...
discordgo – Sending TextInput as MessageComponent returning "Invalid Form Body" with code "UNION_TYPE_CHOICES"
英文: discordgo - Sending TextInput as MessageComponent returning "Invalid Form Body" with c...
为什么当我在主程序中使用goroutine时,我的程序不能关闭?
英文: Why does my program not shut down when I use goroutine in main? 问题 上下文 请仔细阅读代码中的注释,所有信息都在注释中。 如果...
在函数内部导入
英文: Import inside of a function 问题 正如标题所问,有没有办法在函数内部导入一个go文件? 我在考虑在我的discordgo(https://pkg.go.dev/gi...
你能等待用户使用bwmarrin/discordgo发送的响应消息吗?
英文: Can you wait for user response message with bwmarrin/discordgo? 问题 在discordgo中,有没有等待用户响应消息的选项?我正...
需要关于 Discord 机器人架构的建议。
英文: Need advice on architecture of a Discord bot 问题 什么是 Discord 角色? 角色是由服务器管理员创建的一组成员。角色具有权限、层级和名称。在...
18