things might work

This commit is contained in:
allison
2026-08-26 18:06:21 -05:00
parent 9e66bfabb0
commit 3b816c4bde
14 changed files with 515 additions and 11 deletions
@@ -0,0 +1,6 @@
package tech.allydoes;
public class Constants {
public static final boolean PRODUCTION = false;
public static final String TESTING_GUILD = "";
}