sort sniped messages
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 42s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 42s
This commit is contained in:
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user