trivial whitespace change for pep stuff

This commit is contained in:
Brian S. Stephan 2018-01-08 09:56:15 -06:00
parent 1ef8318f67
commit ef29f9f3e2
1 changed files with 1 additions and 0 deletions

View File

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