Skip to content

Commit 5decec2

Browse files
committed
Update OverviewCommand.java
1 parent 88f836a commit 5decec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/me/TechsCode/TechDiscordBot/module/cmds/OverviewCommand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class OverviewCommand extends CommandModule {
2424
};
2525
private final DefinedQuery<TextChannel> OVERVIEW_CHANNEL = new DefinedQuery<TextChannel>() {
2626
@Override
27-
protected Query<TextChannel> newQuery() { return bot.getChannels("overview"); }
27+
protected Query<TextChannel> newQuery() { return bot.getChannels("#\uD83D\uDCCCoverview"); }
2828
};
2929

3030
public OverviewCommand(TechDiscordBot bot) {
@@ -33,7 +33,7 @@ public OverviewCommand(TechDiscordBot bot) {
3333

3434
@Override
3535
public String getName() {
36-
return "#\uD83D\uDCCCoverview ";
36+
return "overview";
3737
}
3838

3939
@Override

0 commit comments

Comments
 (0)