-
Notifications
You must be signed in to change notification settings - Fork 11
Filter
These commands enable word/phrase filtering and which channels are monitored.
Group: filter
Aliases: f
Preconditions: BanMembers
Required Context: Guild
Command: filter toggle <toggleType>
Aliases: None
Preconditions: None
Parameters: <toggleType>
- Either 'channel' or 'server';
Description: Toggles the server/channel-level word filter.
Expected Result: Toggles filtering in either the current channel or server.
Command: filter add <word>
Aliases: None
Preconditions: None
Parameters: <word>
- The word or phrase to filter;
Description: Adds a new filtered word.
Expected Result: The given word or phrase is now filtered.
Command: filter remove <word>
Aliases: None
Preconditions: None
Parameters: <word>
- The word or phrase to remove from the filter;
Description: Removes a word from the filter.
Expected Result: The given word or phrase is no longer filtered.
Command: filter list
Aliases: None
Preconditions: None
Parameters: None
Description: Lists all filtered words.
Expected Result: All filtered words are listed.