Skip to content

Commit

Permalink
OOps
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Sep 3, 2020
1 parent 284062d commit eac3e36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public void initBdayTimer() {
final int i = ThreadLocalRandom.current().nextInt(BDAY_MESSAGES.length);

//noinspection ConstantConditions
this.hiro.jda.getTextChannelById(DEV_CHANNEL_ID)
this.hiro.jda.getTextChannelById(GENERAL_CHANNEL_ID)
.sendMessageFormat(BDAY_MESSAGES[i], birthday.getUserId())
.queue();
},
Expand Down

0 comments on commit eac3e36

Please sign in to comment.