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

Commit fb3f9dd

Browse files
committed
Add exit code for bot being stooped from the wrapper
1 parent aafc0e6 commit fb3f9dd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.cascadebot</groupId>
88
<artifactId>shared</artifactId>
9-
<version>1.8.1</version>
9+
<version>1.8.2</version>
1010

1111
<build>
1212
<sourceDirectory>src/main/java</sourceDirectory>

src/main/java/com/cascadebot/shared/ExitCodes.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
public final class ExitCodes {
44

5+
public static final int STOP_WRAPPER = 19;
56
public static final int STOP = 20;
67
public static final int UPDATE = 21;
78
public static final int RESTART = 22;

0 commit comments

Comments
 (0)