英文: How can I get a user via UserID in a slash command? 问题 我一直在编写一个Discord机器人,根据需要参考教程,因为我是新手,但我遇到了一...
Discord.js InteractionAlreadyReplied – 发送选择菜单,然后是模态框。
英文: Discord.js InteractionAlreadyReplied – sending select menu and after it modal 问题 我有这段代码用于我的Disco...
discord.js机器人似乎仅在本地主机上运行,否则会离线。
英文: discord.js bot only seems to work with localhost and goes offline otherwise 问题 我使用 discord.js 版本...
使用 Discord.JS 进行本地化和临时回复?
英文: Localized and ephemeral replies using Discord.JS? 问题 最近我一直在我的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...
Bot code似乎在它被调用之前就已经触发了。
英文: Bot code seems to fire off before the it even has the chance to get called 问题 我已经编写了一些代码,用来检查并通知...
读取服务器成员的状态并添加/移除角色,discord.js v14
英文: Read status of server members and give/remove roles , discord.js v14 问题 I need my bot read membe...
Nodemon在discord.js上进行更改时不会重新启动
英文: Nodemon doesn't restart when changes are made on discord.js 问题 我正在使用discord.js在JavaScript上制作...
OpenAI GPT-3 API错误:为什么NodeJS上的Discord机器人与OpenAI API连接返回404错误?
英文: OpenAI GPT-3 API error: Why does the Discord bot on NodeJS return a 404 error in connection with...
8