You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user has a list of highlighted words, and gets a DM by the bot when one of those words are sent in a message. The DM should contain the word that was mentioned, when it was sent and the channel is was sent in. Additionally it should have a button to jump to the message and contain a few messages sent before for context.
Syntax
/highlight add [word: String] - adds a highlight
/highlight remove[word: String] - removes a highlight
/highlight list - shows a list of a users highlights
Motivation
There are several reasons why this feature is useful, for example one could highlight their name, or a topic you're interested in.
The text was updated successfully, but these errors were encountered:
Highlight
Description
A user has a list of highlighted words, and gets a DM by the bot when one of those words are sent in a message. The DM should contain the word that was mentioned, when it was sent and the channel is was sent in. Additionally it should have a button to jump to the message and contain a few messages sent before for context.
Syntax
/highlight add [word: String]
- adds a highlight/highlight remove[word: String]
- removes a highlight/highlight list
- shows a list of a users highlightsMotivation
There are several reasons why this feature is useful, for example one could highlight their name, or a topic you're interested in.
The text was updated successfully, but these errors were encountered: