We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20007ba commit 31ca155Copy full SHA for 31ca155
src/main/java/me/TechsCode/TechDiscordBot/module/cmds/RulesCommand.java
@@ -26,7 +26,7 @@ protected Query<net.dv8tion.jda.api.entities.Role> newQuery() {
26
private final DefinedQuery<TextChannel> OVERVIEW_CHANNEL = new DefinedQuery<TextChannel>() {
27
@Override
28
protected Query<TextChannel> newQuery() {
29
- return bot.getChannels("overview");
+ return bot.getChannels("\uD83D\uDCCC︱overview");
30
}
31
};
32
0 commit comments