update among us

This commit is contained in:
Mylloon 2020-12-23 02:23:50 +01:00
parent 64dd7516aa
commit 313ffed4a3

View file

@ -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]