Update the_prestige.py
This commit is contained in:
parent
d34efcad4b
commit
ad6cc90e82
|
@ -123,7 +123,7 @@ class StartGameCommand(Command):
|
||||||
- the away team's name.
|
- the away team's name.
|
||||||
- the home team's name.
|
- the home team's name.
|
||||||
- and finally, optionally, the number of innings, which must be greater than 2 and less than 201. if not included it will default to 9.
|
- and finally, optionally, the number of innings, which must be greater than 2 and less than 201. if not included it will default to 9.
|
||||||
- this command has fuzzy search so you don't need to type the full name of the team as long as you give enough to identify the team you're looking for.)"""
|
- this command has fuzzy search so you don't need to type the full name of the team as long as you give enough to identify the team you're looking for."""
|
||||||
|
|
||||||
async def execute(self, msg, command):
|
async def execute(self, msg, command):
|
||||||
league = None
|
league = None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user