Browse Source

修改默认地址

Moeyuuko 2 years ago
parent
commit
6e31525bfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      __init__.py

+ 1 - 1
__init__.py

@@ -24,7 +24,7 @@ async def handle_first_receive(bot: Bot, event: Event, state: T_State):
 async def handle_hostport(bot: Bot, event: Event, state: T_State):
     hostport = state["hostport"]
     if hostport == "默认":
-        hostport = "172.30.104.193:25568"
+        hostport = "cn.moeyuuko.com:14558"
     status = await get_status(hostport)
     await mcstatus.finish(status)