Skip to content

Commit

Permalink
Switched to Release
Browse files Browse the repository at this point in the history
  • Loading branch information
beanbeanjuice committed Jul 11, 2022
1 parent fc22fd9 commit 7afc8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/beanbeanjuice/Bot.java
Expand Up @@ -66,7 +66,7 @@ public class Bot {

public static void main(String[] args) throws LoginException, InterruptedException {
logger = new LogManager("cafeBot Logging System", homeGuildLogChannel, "logs/");
Helper.startCafeAPIRefreshTimer(RequestLocation.BETA); // TODO: Change in production.
Helper.startCafeAPIRefreshTimer(RequestLocation.RELEASE); // TODO: Change in production.

logger.addWebhookURL(HOME_GUILD_WEBHOOK_URL);
logger.log(Bot.class, LogLevel.OKAY, "Starting bot!", true, false);
Expand Down

0 comments on commit 7afc8ba

Please sign in to comment.