From 637d9c8abcc8e32962bb3c784cd567e5b9d9f250 Mon Sep 17 00:00:00 2001 From: Karar Al-Remahy Date: Tue, 17 Aug 2021 11:05:58 +0200 Subject: [PATCH] fix: Add emote images to /emotes --- resources/views/emotes.edge | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/resources/views/emotes.edge b/resources/views/emotes.edge index 113ae38..fd562c4 100644 --- a/resources/views/emotes.edge +++ b/resources/views/emotes.edge @@ -9,11 +9,16 @@

Your emotes - x{{ web.totalEmotes }} total

-
+
@each(emote in user.emotes)
-
- x{{ emote.amount }} {{ emote.name }} +
+
+ {{ emote.name }} image +
+ + x{{ emote.amount }} {{ emote.name }} +
@endeach @@ -26,7 +31,7 @@
Getting emotes
-

Every 5 hours, you can match or skip/decline a roll/swipe and earn a random global Twitch emote. You can then trade these emotes with other people by using the @@giveemotes command.

+

Every 5 hours, you can match or skip/decline a roll/swipe and earn a random global Twitch emote. You can then trade these emotes with other people by using the giveemotes command.