Idea
Highlights where bot DMs you a notification when a specified keyword is said in chat
Relevant module
Community
Details
- Users can set specific plaintext keywords
- When the keyword is sent in a chat the bot can see, it will DM the user with a notification
- Bleed includes 5 lines of context before the trigger message
Could include some sort of cooldown and/or user activity check to limit redundant notifications.
Regex is a possibility, but that can very easily spiral out of control due to much higher computational load that incurs. Likely not feasible.
Idea
Highlights where bot DMs you a notification when a specified keyword is said in chat
Relevant module
Community
Details
Could include some sort of cooldown and/or user activity check to limit redundant notifications.
Regex is a possibility, but that can very easily spiral out of control due to much higher computational load that incurs. Likely not feasible.