feat: implement cute events
Cute events help against social distancing. You can send googly eyes, hugs and cuddles. Fixes: https://rail.chat/@AgathaSorceress@eldritch.cafe/109336005433123570 Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
38636418c5
commit
d90b02bc17
9 changed files with 164 additions and 5 deletions
0
assets/js/package/.gitkeep
Normal file
0
assets/js/package/.gitkeep
Normal file
|
|
@ -1 +0,0 @@
|
|||
// Dummy file :-)
|
||||
|
|
@ -103,6 +103,30 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"commandHint_googly":"Send some googly eyes",
|
||||
"commandHint_cuddle": "Send a cuddle",
|
||||
"commandHint_hug": "Send a hug",
|
||||
"googlyEyesContent": "{senderName} sends you googly eyes",
|
||||
"@googlyEyesContent": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"senderName": {}
|
||||
}
|
||||
},
|
||||
"cuddleContent": "{senderName} cuddles you",
|
||||
"@cuddleContent": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"senderName": {}
|
||||
}
|
||||
},
|
||||
"hugContent": "{senderName} hugs you",
|
||||
"@hugContent": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"senderName": {}
|
||||
}
|
||||
},
|
||||
"answeredTheCall": "{senderName} answered the call",
|
||||
"@answeredTheCall": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue