Skip to content

Commit 147a098

Browse files
committed
Removed Testing Channel from Whitelist
1 parent 98acc7c commit 147a098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/TechsCode/TechDiscordBot/module/modules/WordBlacklistModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class WordBlacklistModule extends Module {
2929
private final DefinedQuery<Category> IGNORED_CATEGORIES = new DefinedQuery<Category>() {
3030
@Override
3131
protected Query<Category> newQuery() {
32-
return bot.getCategories("\uD83D\uDCC1 | Archives", "\uD83D\uDCD1 | Staff Logs", "Other Staff Discussions", "staff discussions", "⚖ | Leadership-Discussions"); //Category for Official Use
32+
return bot.getCategories("\uD83D\uDCC1 | Archives", "\uD83D\uDCD1 | Staff Logs", "Staff Discussions", "⚖ | Leadership-Discussions"); //Category for Official Use
3333
//return bot.getCategories("\uD83D\uDCAC | Community Talk", "\uD83D\uDCAC | General Discussions", "\uD83D\uDCE6︱Free Plugin Support", "\uD83D\uDCE6︱Paid Plugin Support", "⚖ | Leadership-Discussions", "Staff Discussions"); //Category for Testuse
3434
}
3535
};

0 commit comments

Comments
 (0)