From 8086156fed7a58d6d4ce7a27924d6f94cea90156 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Thu, 26 Sep 2019 10:23:23 -0500 Subject: [PATCH] Fixed typo in `edit_pos` --- GeoffreyBot/geoffrey_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,