Fixed typo in `edit_pos`
parent
5146f2cb80
commit
8086156fed
|
@ -337,8 +337,8 @@ class GeoffreyCommands(commands.Cog):
|
|||
loc_name = get_name(args)
|
||||
|
||||
errors = {
|
||||
"LocationLookUpError",
|
||||
"you do not have a location by the name **{}** you ding dong goober.".format(loc_name)
|
||||
"LocationLookUpError": "you do not have a location by the name **{}** you ding dong goober.".format(
|
||||
loc_name)
|
||||
}
|
||||
location = await run_command(ctx, self.base_url, self.api_token, "POST", "edit_pos", errors=errors, x=new_x,
|
||||
z=new_z,
|
||||
|
|
Loading…
Reference in New Issue