This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package tech.allydoes;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
|
||||
public class Constants {
|
||||
public static final boolean PRODUCTION = true;
|
||||
public static final String TESTING_GUILD = "926369143186403329";
|
||||
@@ -12,4 +15,5 @@ public class Constants {
|
||||
public static final String DB_HOST = "localhost";
|
||||
public static final String DB_PORT = "5432";
|
||||
|
||||
public static final ArrayList<String> statusMessages = new ArrayList<>(Arrays.asList("building stuff... ", "robots!", "beep boop", "thinking....", "hiiii!", "*hammer noises*", "*drill noises*", "volunteer at first robotics!", "join robotics!", "join cosplay club!"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user