Add heart effect (#6188)
* add heart effect * clean up syntax * convert indentation to spaces * appease the linter * hopefully resolve merge conflict * add missing semicolons * add label to toggle switch * Revert "add label to toggle switch" This reverts commit 5e83d9b9109f5f1922555484f7492596cc5966ff. * remove extra space * replace gift heart with emoji heart in timeline message * reduce number of emoji triggers * copyright should be myself * Update src/effects/index.ts Co-authored-by: ColonisationCaptain <52425971+ColonisationCaptain@users.noreply.github.com> Co-authored-by: Travis Ralston <travpc@gmail.com> Co-authored-by: Travis Ralston <travisr@matrix.org>
This commit is contained in:
parent
579a166113
commit
cdb0c2c6a1
3 changed files with 205 additions and 1 deletions
|
@ -988,6 +988,8 @@
|
|||
"sends snowfall": "sends snowfall",
|
||||
"Sends the given message with a space themed effect": "Sends the given message with a space themed effect",
|
||||
"sends space invaders": "sends space invaders",
|
||||
"Sends the given message with hearts": "Sends the given message with hearts",
|
||||
"sends hearts": "sends hearts",
|
||||
"Server error": "Server error",
|
||||
"Command error": "Command error",
|
||||
"Server unavailable, overloaded, or something else went wrong.": "Server unavailable, overloaded, or something else went wrong.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue