aboutsummaryrefslogtreecommitdiff
path: root/cogs/utils.py
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com>2021-01-18 21:52:11 +0000
committerMango0x45 <thomasvoss@live.com>2021-01-18 21:52:11 +0000
commit1ea6811b645b4dc6591b84c93d6b5f3ab4f25c83 (patch)
tree32006b6f9eee83857fdeb20dfa10df5275885beb /cogs/utils.py
parent8b638a8f56aeadbddcbc272c0c08051afc95665c (diff)
parentd6fa43d18f6e30a39d14250d5b1eabf7c503e568 (diff)
downloadsteve-bot-1ea6811b645b4dc6591b84c93d6b5f3ab4f25c83.tar
steve-bot-1ea6811b645b4dc6591b84c93d6b5f3ab4f25c83.tar.gz
steve-bot-1ea6811b645b4dc6591b84c93d6b5f3ab4f25c83.tar.bz2
steve-bot-1ea6811b645b4dc6591b84c93d6b5f3ab4f25c83.tar.lz
steve-bot-1ea6811b645b4dc6591b84c93d6b5f3ab4f25c83.tar.xz
steve-bot-1ea6811b645b4dc6591b84c93d6b5f3ab4f25c83.tar.zst
steve-bot-1ea6811b645b4dc6591b84c93d6b5f3ab4f25c83.zip
Merge branch 'master' of github.com:MCBE-Speedrunning/Steve-Bot
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] = {