Update connection error message

This commit is contained in:
2020-12-11 16:44:46 -06:00
parent bfedecfa4c
commit 9d02f8cb46
2 changed files with 2 additions and 2 deletions

View File

@@ -232,7 +232,7 @@ public class Main {
jda.setAutoReconnect(true);
}catch(Exception e){
e.printStackTrace();
log.error("There was an issue connecting to Discord. Bot shutting down!");
log.error("There was an issue connecting to Discord. Biscuit shutting down!");
shutdown();
}
}