Update connection error message

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

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.fpghoti</groupId>
<artifactId>Biscuit</artifactId>
<version>1.8</version>
<version>1.8.1</version>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<resources>

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();
}
}