Skip to content

Commit

Permalink
Fixed Wrong Channel
Browse files Browse the repository at this point in the history
  • Loading branch information
TehZombiJesus committed Nov 14, 2021
1 parent 20007ba commit 31ca155
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ protected Query<net.dv8tion.jda.api.entities.Role> newQuery() {
private final DefinedQuery<TextChannel> OVERVIEW_CHANNEL = new DefinedQuery<TextChannel>() {
@Override
protected Query<TextChannel> newQuery() {
return bot.getChannels("overview");
return bot.getChannels("\uD83D\uDCCCoverview");
}
};

Expand Down

0 comments on commit 31ca155

Please sign in to comment.