mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
Polish and more checks during configuration
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user