英文: Is it possible to chain several Discord modals? [discord.py] 问题 我的目标是在 Discord 中链接多个不同的模态对话框,以创建...
Is there a way to create a oauth2 discord link that will automatically add somebody to the server?
英文: Is there a way to create a oauth2 discord link that will automatically add somebody to the serve...
discord.py的on_member_join函数未被调用?
英文: discord.py on_member_join function not being called? 问题 I am trying to use on_member_join to set...
无法在 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 版本...
使用 Discord.JS 进行本地化和临时回复?
英文: Localized and ephemeral replies using Discord.JS? 问题 最近我一直在我的Discord机器人上进行本地化的工作,我有一个疑问。 在使用本地化时...
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...
读取服务器成员的状态并添加/移除角色,discord.js v14
英文: Read status of server members and give/remove roles , discord.js v14 问题 I need my bot read membe...
18