英文: I can't make new line with "\n" on JDA 问题 第一次在这里寻求帮助,所以如果我的帖子格式有误,我很抱歉。我的问题是我无法在Ja...
JDA – 机器人监听其他机器人的反应
英文: JDA - Bot listens to other bots reactions 问题 public void onGuildMessageReactionAdd(GuildMessageR...
Java Discord API 加入事件
英文: Java Discord API Join Event 问题 我是新手使用Java Discord API,尝试在用户加入时运行函数。根据javadocs,您需要启用GatewayIntent...
JDA机器人未监听消息。
英文: JDA bot is not listening to messages 问题 以下是您提供的代码的翻译部分: import net.dv8tion.jda.api.AccountType; ...
Discord API无法正确检索服务器中的成员数量。
英文: Discord API not able to retrieve correct amount of members in Guild 问题 Method #1: public static ...
Discord机器人每30秒更改状态活动 jda
英文: Discord bot changing status activity every 30 seconds jda 问题 我想让机器人每30秒刷新/更改两条不同消息的状态(活动) jda.ge...
在Heroku上部署了Discord机器人,但机器人无法上线。
英文: Deployed discord bot on heroku, bot won't come online 问题 我查看了以前的帖子,但我不太理解它们(也许我很笨)。其中有一条建议设置...
有没有办法在Discord消息中找到一个单词的确切字符串?
英文: Is there a way to find the EXACT string of a word in a discord message? 问题 目前我正在开发一个 Discord 机器人...
Discord Java JDA | 从SQLite删除数据 / 从SQLite获取数据
英文: Discord Java JDA | deleting data from SQLite / getting data from SQLite 问题 public void onMessage...
查看消息是否提到了 “@here”。
英文: See if a message mentions @here 问题 我想查看在使用Java的JDA库时,Discord上的一条消息是否提到了@here。 我已经知道可以使用net.dv8ti...
5