Polish and more checks during configuration

This commit is contained in:
Twentysix
2016-02-24 18:14:09 +01:00
parent 3c338eeab5
commit dc3cedcd5f
3 changed files with 10 additions and 4 deletions

View File

@@ -19,7 +19,8 @@ class Trivia:
async def trivia(self, ctx, list_name : str=None):
"""Start a trivia session with the specified list
Stop parameter will end the current session
trivia stop - Ends the current session
trivia - Shows trivia lists
"""
message = ctx.message
if list_name == None: