diff options
author | Kyomotoi <[email protected]> | 2020-07-07 11:06:05 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-07 11:06:05 +0800 |
commit | 6564229e6788e733ca5fd01e67be1d4b06843fbe (patch) | |
tree | d962c31afe21e99067de2a968c5d4be3750f0cee /AyaBot | |
parent | 431f7ff2f1d84f781e75f33928d26c4409e41fe3 (diff) | |
download | ATRI-6564229e6788e733ca5fd01e67be1d4b06843fbe.tar.gz ATRI-6564229e6788e733ca5fd01e67be1d4b06843fbe.tar.bz2 ATRI-6564229e6788e733ca5fd01e67be1d4b06843fbe.zip |
Update mojang.py
Diffstat (limited to 'AyaBot')
-rw-r--r-- | AyaBot/plugins/mojang.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/AyaBot/plugins/mojang.py b/AyaBot/plugins/mojang.py index 4f5ee28..81cb2d4 100644 --- a/AyaBot/plugins/mojang.py +++ b/AyaBot/plugins/mojang.py @@ -12,16 +12,16 @@ async def _(session: CommandSession): if ip == '南外手艺': ip = str('mc.nflsedition.com:26164') - + elif ip == 'hypixel': ip = str('mc.hypixel.net') elif ip == 'shotbow': ip = str('us.shotbow.net') - + elif ip == 'potterworld': ip = str('potterworldmc.com') - + else: pass |