From 6564229e6788e733ca5fd01e67be1d4b06843fbe Mon Sep 17 00:00:00 2001
From: Kyomotoi <37587870+Kyomotoi@users.noreply.github.com>
Date: Tue, 7 Jul 2020 11:06:05 +0800
Subject: Update mojang.py

---
 AyaBot/plugins/mojang.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'AyaBot')

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
 
-- 
cgit v1.2.3