Skip to content

Commit

Permalink
proper emoji for moment
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavydov committed Mar 7, 2023
1 parent 4f6576e commit 8058989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TwitchChannelPointsMiner/classes/Twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8058989

Please sign in to comment.