diff options
Diffstat (limited to 'AyaBot')
| -rw-r--r-- | AyaBot/plugins/other.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/AyaBot/plugins/other.py b/AyaBot/plugins/other.py index af5b28e..1f7a1b0 100644 --- a/AyaBot/plugins/other.py +++ b/AyaBot/plugins/other.py @@ -24,6 +24,7 @@ async def _(session: CommandSession):              group_id=session.event.group_id          )      except: +        print('error')          await session.send('获取数据时出问题,请重试')          return  | 
