forked from Qyriad/Seance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
discord: implement force proxied emoji (resolves Qyriad#11)
This adds a new feature to Séance where reference user reactions of emoji can automatically be proxied. Any emoji provided by the `proxied-emoji` config value will be proxied. This removes the ability of the reference user to react with those emoji and is primarily assumed to be used for things like custom heart reactions that are unique per-user, making their usage easier. The valid config value is a comma or whitespace separated list of unicode emoji and Discord custom emoji IDs that should be handled this way. `*` may also be used to indicate that *all* reactions by the reference user should be proxied. This commit also revises the README to more clearly list the available configuration options.
- Loading branch information
Showing
2 changed files
with
92 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters