Add deer.

This commit is contained in:
Half-Shot
2024-11-05 11:32:19 +00:00
parent c9e375ff6c
commit 714ed35e8d
3 changed files with 12 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ import lightbulbSoundOgg from "../sound/reactions/lightbulb.ogg?url";
import lightbulbSoundMp3 from "../sound/reactions/lightbulb.mp3?url";
import partySoundOgg from "../sound/reactions/party.ogg?url";
import partySoundMp3 from "../sound/reactions/party.mp3?url";
import deerSoundOgg from "../sound/reactions/deer.ogg?url";
import deerSoundMp3 from "../sound/reactions/deer.mp3?url";
export const ElementCallReactionEventType = "io.element.call.reaction";
@@ -80,7 +82,7 @@ export const ReactionSet: ReactionOption[] = [
{
emoji: "🐶",
name: "dog",
alias: ["doggo", "pupper", "woofer"],
alias: ["doggo", "pupper", "woofer", "bark"],
sound: {
ogg: dogSoundOgg,
mp3: dogSoundMp3,
@@ -138,4 +140,13 @@ export const ReactionSet: ReactionOption[] = [
name: "laugh",
alias: ["giggle", "joy", "smiling"],
},
{
emoji: "🦌",
name: "deer",
alias: ["stag", "doe", "bleat"],
sound: {
ogg: deerSoundOgg,
mp3: deerSoundMp3,
},
},
];

Binary file not shown.

Binary file not shown.