From 313ffed4a31cf9aaf1670071c45ee2c085f1290f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 23 Dec 2020 02:23:50 +0100 Subject: [PATCH] update among us --- cogs/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/utils.py b/cogs/utils.py index 0a69e96..b4f6a4d 100644 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -186,7 +186,7 @@ class Utils(commands.Cog): maps["skeld"] = ["skeld", "the skeld", "theskeld"] maps["mira"] = ["mira", "mira hq", "mirahq"] maps["polus"] = ["polus"] - maps["airship"] = ["airship"] + maps["airship"] = ["airship", "air ship"] if map == "all": return maps["skeld"] + maps["mira"] + maps["polus"] + maps["airship"] return maps[map]