Fixed addshop, params were not changed

doc_update
Joey Hines 2018-07-19 22:00:22 -05:00
parent d5d75841c8
commit 095149e423
1 changed files with 1 additions and 1 deletions

View File

@ -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]