Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed May 5, 2024
1 parent a0dfb42 commit b0404d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public static void onConnect(ReadyEvent event) {
String note = Bot.secrets.get().note;
KitsunDebugger.onConnect(event);
KitsunDebugger.info(note.isEmpty() ? "Kitsun is now running!" : note);
KitsunDebugger.info("This is test");
Scheduler.start();
KitsunCommands.onConnect();
}
Expand Down

0 comments on commit b0404d9

Please sign in to comment.