Skip to content

Commit

Permalink
Updated some messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Jul 20, 2022
1 parent 0d924e6 commit 064096e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/despical/kotl/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void onEnable() {
initializeClasses();
checkUpdate();

LogUtils.sendConsoleMessage("Initialization finished. Join our Discord server to get support and news about KOTL. (https://discord.gg/rVkaGmyszE)");
LogUtils.sendConsoleMessage("[KOTL] &aInitialization finished. Join our Discord server if you need any help. (https://discord.gg/rVkaGmyszE)");
LogUtils.log("Initialization finished took {0} ms.", System.currentTimeMillis() - start);
}

Expand Down

0 comments on commit 064096e

Please sign in to comment.