diff --git a/GeoffreyBot/geoffrey_api.py b/GeoffreyBot/geoffrey_api.py index c0522e1..b57170f 100644 --- a/GeoffreyBot/geoffrey_api.py +++ b/GeoffreyBot/geoffrey_api.py @@ -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,