From 8058989e52512cdefc2a6ed6d7192053c5be5bcb Mon Sep 17 00:00:00 2001 From: Roman Davydov <15850461+rdavydov@users.noreply.github.com> Date: Tue, 7 Mar 2023 19:48:21 +0300 Subject: [PATCH] proper emoji for moment --- TwitchChannelPointsMiner/classes/Twitch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TwitchChannelPointsMiner/classes/Twitch.py b/TwitchChannelPointsMiner/classes/Twitch.py index 1bd1fce5..3d783d28 100644 --- a/TwitchChannelPointsMiner/classes/Twitch.py +++ b/TwitchChannelPointsMiner/classes/Twitch.py @@ -654,7 +654,8 @@ def claim_moment(self, streamer, moment_id): if Settings.logger.less is False: logger.info( f"Claiming the moment for {streamer}!", - extra={"emoji": ":gift:", "event": Events.MOMENT_CLAIM}, + extra={"emoji": ":video_camera:", + "event": Events.MOMENT_CLAIM}, ) json_data = copy.deepcopy(GQLOperations.CommunityMomentCallout_Claim)