Skip to content

Commit

Permalink
some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kr45732 committed Jun 27, 2024
1 parent e99ceb1 commit 1d731d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/skyblockplus/utils/utils/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ public class Utils {
public static String TOP_GG_TOKEN = "";
public static String AUCTION_FLIPPER_WEBHOOK = "";
public static String BOT_STATUS_WEBHOOK = "";
public static String BOT_ID;
public static boolean IS_DEV;
public static String OWNER_ID;
public static String BOT_ID = "";
public static boolean IS_DEV = false;
public static String OWNER_ID = "";
public static TextChannel errorLogChannel;
public static ShardManager jda;
public static Database database;
Expand Down

0 comments on commit 1d731d3

Please sign in to comment.