Briz
1
Q:

java discord bot get id of message it just sent

channel.sendMessage(content).queue((message) -> {
    long messageId = message.getIdLong();
    // use messageId here
});
1

Tags

New to Communities?

Join the community