Spring - Pulsar Application to send messages to Discord
client.getChannelById(channelIdHere)
.ofType(MessageChannel.class)
.flatMap(channel -> channel.createMessage("Your content here"))
.subscribe();
https://docs.discord4j.com/discord-application-tutorial
https://discord.com/channels/1039648903483621466/1054515395442249868