sort sniped messages

This commit is contained in:
Lee
2024-07-02 00:54:55 +01:00
parent 37c69597be
commit 1a69bce9dd
5 changed files with 8 additions and 6 deletions

View File

@ -50,7 +50,7 @@ public class EventService extends ListenerAdapter {
DiscordService.JDA.addEventListener(this);
context.getBeansOfType(EventListener.class).values().forEach(this::registerListeners);
log.info("Registered {} listeners.", LISTENERS.size());
log.info("Registered {} event listeners.", LISTENERS.size());
}
/**