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 88f836a commit 5decec2
Showing 1 changed file with 2 additions and 2 deletions.
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("overview"); }
protected Query<TextChannel> newQuery() { return bot.getChannels("#\uD83D\uDCCCoverview"); }
};

public OverviewCommand(TechDiscordBot bot) {
Expand All @@ -33,7 +33,7 @@ public OverviewCommand(TechDiscordBot bot) {

@Override
public String getName() {
return "#\uD83D\uDCCCoverview ";
return "overview";
}

@Override
Expand Down

0 comments on commit 5decec2

Please sign in to comment.