diff options
-rwxr-xr-x | cogs/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index 2e0bfc1..f27f14f 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -429,7 +429,7 @@ class Utils(commands.Cog): fairStreak = fair[userId]["streak"] + 1 else: fairStreak = 1 - await message.channel.send("streak lost. :sad:") + await message.channel.send("streak lost. <:sad:716629485449117708>") # only send && update if user is fairing for the first time today fair[userId] = { |