From ef29f9f3e26176292bf24d7db60461b62334ab63 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 8 Jan 2018 09:56:15 -0600 Subject: [PATCH] trivial whitespace change for pep stuff --- bot/management/commands/starthitomi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/management/commands/starthitomi.py b/bot/management/commands/starthitomi.py index 4401737..dd64b1b 100644 --- a/bot/management/commands/starthitomi.py +++ b/bot/management/commands/starthitomi.py @@ -10,6 +10,7 @@ async def on_ready(): """Print some basic login info to the console, when the bot connects.""" print("Logged in as {0:s} ({1:s})".format(hitomi.user.name, hitomi.user.id)) + class Command(BaseCommand): help = "Start the Discord bot and connect to Discord."