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."