Update connection error message
This commit is contained in:
		
							parent
							
								
									bfedecfa4c
								
							
						
					
					
						commit
						9d02f8cb46
					
				| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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();
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue