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:
TheOneWithTheBraid 2022-11-15 11:39:50 +01:00
commit d90b02bc17
9 changed files with 164 additions and 5 deletions

View file

View file

@ -1 +0,0 @@
// Dummy file :-)

View 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",