Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Add exit code for bot being stooped from the wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
weeryan17 committed Jan 12, 2019
1 parent aafc0e6 commit fb3f9dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.cascadebot</groupId>
<artifactId>shared</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>

<build>
<sourceDirectory>src/main/java</sourceDirectory>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/cascadebot/shared/ExitCodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

public final class ExitCodes {

public static final int STOP_WRAPPER = 19;
public static final int STOP = 20;
public static final int UPDATE = 21;
public static final int RESTART = 22;
Expand Down

0 comments on commit fb3f9dd

Please sign in to comment.