diff options
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 |