Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed May 5, 2024
1 parent b0404d9 commit 8659b73
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ 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 8659b73

Please sign in to comment.