From 095149e4232becf1ede1a32ad7cb51a73292a95f Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Thu, 19 Jul 2018 22:00:22 -0500 Subject: [PATCH] Fixed addshop, params were not changed --- Geoffrey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geoffrey.py b/Geoffrey.py index 979656c..8c794d2 100644 --- a/Geoffrey.py +++ b/Geoffrey.py @@ -106,7 +106,7 @@ async def addbase(ctx, x_pos: int, y_pos: int, z_pos: int, * args): ' to the database.'.format(ctx.message.author.mention, base.name, base.pos_to_str())) @bot.command(pass_context=True) -async def addshop(ctx, name: str, x_pos: int, y_pos: int, z_pos: int, *args): +async def addshop(ctx, x_pos: int, y_pos: int, z_pos: int, *args): ''' Adds your shop to the database. The name is optional. ?addshop [Base Name] [X Coordinate] [Y Coordinate] [Z Coordinate] [Name]