diff options
author | Mango0x45 <dogelikestopkekmemes@gmail.com> | 2020-06-24 22:41:11 +0000 |
---|---|---|
committer | Mango0x45 <dogelikestopkekmemes@gmail.com> | 2020-06-24 22:41:11 +0000 |
commit | 72611a078b4b7164ebd19334070243b4c35d000c (patch) | |
tree | 8364ee9b1be9c6de77f141c85e9302f1ce40904f | |
parent | bd7f8454785c8c014637e9d685a5b876615b90ba (diff) | |
download | steve-bot-72611a078b4b7164ebd19334070243b4c35d000c.tar steve-bot-72611a078b4b7164ebd19334070243b4c35d000c.tar.gz steve-bot-72611a078b4b7164ebd19334070243b4c35d000c.tar.bz2 steve-bot-72611a078b4b7164ebd19334070243b4c35d000c.tar.lz steve-bot-72611a078b4b7164ebd19334070243b4c35d000c.tar.xz steve-bot-72611a078b4b7164ebd19334070243b4c35d000c.tar.zst steve-bot-72611a078b4b7164ebd19334070243b4c35d000c.zip |
idk some spacing thing
Diffstat (limited to '')
-rwxr-xr-x | cogs/utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
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)]}") |