Implement important error logging #578
2 changed files with 2 additions and 1 deletions
2
pom.xml
2
pom.xml
|
|
@ -6,7 +6,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>Hadder</groupId>
|
||||
<artifactId>Hadder</artifactId>
|
||||
<version>1.3.23</version>
|
||||
<version>1.3.24</version>
|
||||
<name>Hadder</name>
|
||||
<inceptionYear>2019</inceptionYear>
|
||||
<description>Hadder is a multi-purpose Discord bot.</description>
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ public class Rethink {
|
|||
try {
|
||||
return new JSONObject(response);
|
||||
} catch (JSONException e) {
|
||||
e.printStackTrace();
|
||||
System.out.println(response);
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue