gpt4 book ai didi

Java&JDA - 发送没有任何事件的消息

转载 作者:行者123 更新时间:2023-12-01 16:23:36 36 4
gpt4 key购买 nike

所以,我有问题。我正在 Java 上编写脚本,并将日志发送到我的不和谐服务器。我使用 JDA Api。该脚本应该在打开时发送消息。所以没有任何事件。有人可以帮助我吗?

谢谢

一些编辑:抱歉我的英语不好,我来自俄罗斯顺便说一句

最佳答案

您必须首先获取正在使用的机器人实例,然后获取文本 channel 。确保机器人可以在那里交谈后,您可以发送一条消息(或多条)。

它看起来像这样:

TextChannel textChannel = YourBotInstance.getJda().getTextChannelById("386242731875368960");
if(textChannel.canTalk()) {
textChannel.sendMessage("Your message here.").queue();
}

关于Java&JDA - 发送没有任何事件的消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62205907/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com