From fd04c0a5473557f7f258dd3bc5b5d49a1f8d7c0f Mon Sep 17 00:00:00 2001 From: iou1name Date: Wed, 18 Mar 2020 19:48:07 -0400 Subject: [PATCH] bugfix ship function name --- modules/grog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grog.py b/modules/grog.py index 65ce1b6..50ffc57 100755 --- a/modules/grog.py +++ b/modules/grog.py @@ -49,7 +49,7 @@ def magic(bot, trigger): @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. """