summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AyaBot/config.py1
-rw-r--r--AyaBot/plugins/mojang.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/AyaBot/config.py b/AyaBot/config.py
index 8ec3cfe..ed3a50b 100644
--- a/AyaBot/config.py
+++ b/AyaBot/config.py
@@ -1,5 +1,4 @@
# -*- coding:utf-8 -*-
-import time
from nonebot.default_config import *
#配置监听的 IP 和端口
diff --git a/AyaBot/plugins/mojang.py b/AyaBot/plugins/mojang.py
index f7c4f35..f134e90 100644
--- a/AyaBot/plugins/mojang.py
+++ b/AyaBot/plugins/mojang.py
@@ -55,4 +55,5 @@ async def check_mc_id(session: CommandSession):
await session.send(f'{player}可能为非正版玩家,无法查询到其信息')
except:
+ print('error')
await session.send('mojang似乎炸了...等一会吧')