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,