how to make a bot to wait in jda

Solutions on MaxInterview for how to make a bot to wait in jda by the best coders in the world

showing results for - "how to make a bot to wait in jda"
Felix
15 Jul 2020
1// Using Rest Action
2channel.sendMessage("Your Message").queue( (m) -> m.delete().queueAfter(5, TimeUnit.SECONDS));