From 0e2296430c70e58eab00cec384130fd1ba99ec3b Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Tue, 5 Nov 2024 15:29:56 +0000 Subject: [PATCH] better reaction description --- src/reactions/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reactions/index.ts b/src/reactions/index.ts index 32fed973..47d0fceb 100644 --- a/src/reactions/index.ts +++ b/src/reactions/index.ts @@ -153,8 +153,8 @@ export const ReactionSet: ReactionOption[] = [ }, { emoji: "🤘", - name: "cool", - alias: ["rock"], + name: "rock", + alias: ["cool", "horns", "guitar"], sound: { ogg: rockSoundOgg, mp3: rockSoundMp3,