From 72611a078b4b7164ebd19334070243b4c35d000c Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Thu, 25 Jun 2020 00:41:11 +0200 Subject: idk some spacing thing --- cogs/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cogs/utils.py') diff --git a/cogs/utils.py b/cogs/utils.py index 2d3ffbe..5d96d49 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -112,8 +112,8 @@ class Utils(commands.Cog): if sleepHrs == 1: s = '' else: - s = 's' - await ctx.send(f"{ctx.message.author.display_name} -> your sleep is {sleepHrs} hour{s} long - {lessSleepMsg[randint(0, len(lessSleepMsg) - 1)]}") + s = 's' + await ctx.send(f"{ctx.message.author.display_name} -> your sleep is {sleepHrs} hour{s} long - {lessSleepMsg[randint(0, len(lessSleepMsg) - 1)]}") else: await ctx.send(f"{ctx.message.author.display_name} -> your sleep is {sleepHrs} hours long - {moreSleepMsg[randint(0, len(moreSleepMsg) - 1)]}") -- cgit v1.2.3