bugfix ship function name
This commit is contained in:
parent
ffe7537de7
commit
fd04c0a547
|
@ -49,7 +49,7 @@ def magic(bot, trigger):
|
||||||
|
|
||||||
|
|
||||||
@commands("ship")
|
@commands("ship")
|
||||||
def magic(bot, trigger):
|
def ship(bot, trigger):
|
||||||
"""
|
"""
|
||||||
Prints a ship quirk. If an index is not given, a random one is chosen.
|
Prints a ship quirk. If an index is not given, a random one is chosen.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user