aboutsummaryrefslogtreecommitdiff
path: root/cogs/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'cogs/utils.py')
-rwxr-xr-xcogs/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index e1d217c..b1bb62f 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -415,7 +415,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] = {