summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.py b/main.py
index e429cdb..adada9d 100644
--- a/main.py
+++ b/main.py
@@ -155,6 +155,8 @@ async def vainsocial(name: str, region: str = None):
"Can't find you. What is your region?")
return
region = region.lower()
+ if region == "sea":
+ region = "sg"
if region not in ["na", "eu", "sg", "ea", "sa"]:
await bot.edit_message(msgid,
"That region is not supported.")