diff options
| author | LLLL Colonq <llll@colonq> | 2025-01-31 22:53:45 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-01-31 22:53:45 -0500 |
| commit | b7e63b11a0f34fb465c11736d91233b3c49028a5 (patch) | |
| tree | fc5ce99516cbed6d41b4293419222a1e277ef0cb /src/wasp-twitch.el | |
| parent | d293e0a48427a224e4d3c4c4099b604d59ccabcf (diff) | |
big guy
Diffstat (limited to 'src/wasp-twitch.el')
| -rw-r--r-- | src/wasp-twitch.el | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/wasp-twitch.el b/src/wasp-twitch.el index 979eb8ee..0a4039fe 100644 --- a/src/wasp-twitch.el +++ b/src/wasp-twitch.el @@ -520,10 +520,14 @@ CALLBACK will be passed the winner when the poll concludes." ((s-equals? name "yellowberryhn") "🪴") ;; ((s-equals? name "maradyne_") "") ;; ((s-equals? name "sampie159") "") - ;; ((s-equals? name "zamielpayne") "") + ((s-equals? name "zamielpayne") "🦉") ((s-equals? name "xorxavier") "🌸") ((s-equals? name "6horntaurus") "⚰️") - ;; ((s-equals? name "steeledshield") "") + ((s-equals? name "bytomancer") (propertize "Q" 'display (create-image (w/twitch-emote-path "emotesv2_beb191005b81486c8b1c823931c88387")))) + ;; ((s-equals? name "henriqmarq") "") + ;; ((s-equals? name "wyndupboy") "") + ((s-equals? name "hellpie") "🥧") + ((s-equals? name "steeledshield") "⛨") ((s-equals? name "asrael_io") (propertize "Q" 'display (create-image (w/twitch-emote-path "emotesv2_a9dc5935824a4d6792f4b48f91031fcf")))) (t "EL."))) (when (-contains? badges "vip/1") "💎") @@ -552,6 +556,7 @@ CALLBACK will be passed the winner when the poll concludes." text-colored-bible)))) (push (cons user text) w/twitch-chat-history) + (w/user-stats-update) (w/hexamedia-update-user user) (w/shindaggers-update-user user) (w/copfish-update-user user) |
