Skip to content

Commit 31ca155

Browse files
committed
Fixed Wrong Channel
1 parent 20007ba commit 31ca155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected Query<net.dv8tion.jda.api.entities.Role> newQuery() {
2626
private final DefinedQuery<TextChannel> OVERVIEW_CHANNEL = new DefinedQuery<TextChannel>() {
2727
@Override
2828
protected Query<TextChannel> newQuery() {
29-
return bot.getChannels("overview");
29+
return bot.getChannels("\uD83D\uDCCCoverview");
3030
}
3131
};
3232

0 commit comments

Comments
 (0)