Skip to content

Commit

Permalink
Update OverviewCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TehZombiJesus committed Nov 14, 2021
1 parent 5decec2 commit 20007ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class OverviewCommand extends CommandModule {
};
private final DefinedQuery<TextChannel> OVERVIEW_CHANNEL = new DefinedQuery<TextChannel>() {
@Override
protected Query<TextChannel> newQuery() { return bot.getChannels("#\uD83D\uDCCC︱overview"); }
protected Query<TextChannel> newQuery() { return bot.getChannels("\uD83D\uDCCC︱overview"); }
};

public OverviewCommand(TechDiscordBot bot) {
Expand Down

0 comments on commit 20007ba

Please sign in to comment.