英文: Check if command is in certain channel 问题 我有一个脚本,用于检查用户是否具有特定角色以查看是否可以使用特定命令。这些角色ID存储在一个JSON文件中,...
Golang 电报机器人
英文: Golang Telegram Bot 问题 我正在使用telego编写一个机器人,但我不知道如何将有限状态机(FSM)实现到机器人中。在此之前,我使用Python的aiogram编写机器人,...
No module named ‘discord.ext’; ‘discord’ is not a package
英文: No module named 'discord.ext'; 'discord' is not a package 问题 我正在使用Python开发一个Disc...
Slash delete命令错误,交互未知。
英文: Slash delete command error unknown interaction 问题 当我调用amount选项时,它会删除消息,但Discord机器人会保持思考状态,然后显示ap...
无法在 Discord 机器人的功能中发送图片。
英文: can't use send images in functions in discord bot in cogs 问题 for some reason it seems that i...
discord.js机器人似乎仅在本地主机上运行,否则会离线。
英文: discord.js bot only seems to work with localhost and goes offline otherwise 问题 我使用 discord.js 版本...
Discord4J – 仅在特定频道中使用斜杠命令
英文: Discord4J - Slash Command only in a specific channel 问题 我目前正在使用Java中的Discord4J库开发一个Discord机器人,并且...
如何在discord.js v14中发送2个选择菜单
英文: How to send 2 select menus in discord.js v14 问题 这是我的代码: const { SlashCommandBuilder, EmbedBuilde...
无法读取discord.js v14上未定义的属性(读取’guilds’)。
英文: Cannot read properties of undefined (reading 'guilds') on discord.js v14 问题 index.js: co...
Nextcord发送消息的特点而不是其内容
英文: Nextcord sending characteristics of a message rather than the content of it 问题 我正在使用 nextcord 创建...