more worky

This commit is contained in:
allison
2026-08-26 19:45:11 -05:00
parent c72e74c24e
commit 6cdc0793d6
5 changed files with 26 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package tech.allydoes;
public class Constants {
public static final boolean PRODUCTION = false;
public static final boolean PRODUCTION = true;
public static final String TESTING_GUILD = "926369143186403329";
}