Fixed typo in `edit_pos`

master
Joey Hines 2019-09-26 10:23:23 -05:00
parent 5146f2cb80
commit 8086156fed
1 changed files with 2 additions and 2 deletions

View File

@ -337,8 +337,8 @@ class GeoffreyCommands(commands.Cog):
loc_name = get_name(args) loc_name = get_name(args)
errors = { errors = {
"LocationLookUpError", "LocationLookUpError": "you do not have a location by the name **{}** you ding dong goober.".format(
"you do not have a location by the name **{}** you ding dong goober.".format(loc_name) loc_name)
} }
location = await run_command(ctx, self.base_url, self.api_token, "POST", "edit_pos", errors=errors, x=new_x, location = await run_command(ctx, self.base_url, self.api_token, "POST", "edit_pos", errors=errors, x=new_x,
z=new_z, z=new_z,