Skip to content

Commit

Permalink
New Update
Browse files Browse the repository at this point in the history
1. fix
  • Loading branch information
megoRU committed Jan 31, 2024
1 parent 70a77fe commit 532e7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/main/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class Config {

private static final String DEV_BOT_TOKEN = System.getenv("DEV_TOKEN");
private static final String PRODUCTION_BOT_TOKEN = System.getenv("TOKEN");
private static final String TOKEN = PRODUCTION_BOT_TOKEN;
private static final String TOKEN = DEV_BOT_TOKEN;
private static final String TOP_GG_API_TOKEN = System.getenv("TOP_GG_API_TOKEN");
private static final String BOT_ID = "808277484524011531"; //megoDev: 780145910764142613 //giveaway: 808277484524011531

Expand Down

0 comments on commit 532e7da

Please sign in to comment.