Skip to content
Snippets Groups Projects
Commit 11cdbfa3 authored by Stalitsa's avatar Stalitsa
Browse files

Update overriding method due to JDA deprecation.

parent 287e3abb
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ public class BasicListener extends ListenerAdapter {
}
@Override
public void onReconnect(ReconnectedEvent event) {
public void onReconnected(ReconnectedEvent event) {
LOG.info(event.getJDA().getSelfUser().getName() + " has reconnected.");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment