aboutsummaryrefslogtreecommitdiff
path: root/cogs/utils.py
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com>2021-01-22 18:35:47 +0000
committerMango0x45 <thomasvoss@live.com>2021-01-22 18:35:47 +0000
commitfb66fad824a19aca5bd36166a788e0b9de0c67e4 (patch)
treedd30590d3934bd1c8a71d83fd51bd1bd5911d506 /cogs/utils.py
parentff7185cefbdf503660b799357474705d9aa406ef (diff)
downloadsteve-bot-fb66fad824a19aca5bd36166a788e0b9de0c67e4.tar
steve-bot-fb66fad824a19aca5bd36166a788e0b9de0c67e4.tar.gz
steve-bot-fb66fad824a19aca5bd36166a788e0b9de0c67e4.tar.bz2
steve-bot-fb66fad824a19aca5bd36166a788e0b9de0c67e4.tar.lz
steve-bot-fb66fad824a19aca5bd36166a788e0b9de0c67e4.tar.xz
steve-bot-fb66fad824a19aca5bd36166a788e0b9de0c67e4.tar.zst
steve-bot-fb66fad824a19aca5bd36166a788e0b9de0c67e4.zip
Reformat
Diffstat (limited to 'cogs/utils.py')
-rwxr-xr-xcogs/utils.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index c189370..512505f 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -417,7 +417,9 @@ class Utils(commands.Cog):
fairStreak = fair[userId]["streak"] + 1
else:
fairStreak = 1
- await message.channel.send("streak lost. <:sad:716629485449117708>")
+ await message.channel.send(
+ "streak lost. <:sad:716629485449117708>"
+ )
# only send && update if user is fairing for the first time today
fair[userId] = {