qol
Build and Deploy Java Project / build-and-deploy (push) Successful in 51s

This commit is contained in:
allison
2026-08-28 13:33:04 -05:00
parent 5c8b63c7c9
commit 9e93adde34
6 changed files with 71 additions and 52 deletions
@@ -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!"));
}