From fb66fad824a19aca5bd36166a788e0b9de0c67e4 Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Fri, 22 Jan 2021 19:35:47 +0100 Subject: Reformat --- cogs/utils.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cogs') 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] = { -- cgit v1.2.3