Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
duplexsystem committed Feb 9, 2021
2 parents 98ed994 + 89da0b2 commit 8acfd42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/yatopiamc/bot/captcha/YatoCaptcha.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public void onPrivateMessageReceived(PrivateMessageReceivedEvent e) {
}

public void onReady(ReadyEvent e) {
helpChannel = e.getJDA().getTextChannelById("808517832408301598");
LOGGER.warn("test");
helpChannel = e.getJDA().getTextChannelById("808517832408301598");
}
}

0 comments on commit 8acfd42

Please sign in to comment.