Skip to content

Commit

Permalink
合并dev分支
Browse files Browse the repository at this point in the history
  • Loading branch information
ImAmelie committed Jun 15, 2022
2 parents b963561 + c29c7eb commit 355a2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EVEBot/src/plugins/checkServer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async def check_server_every_1_min():
flag = False
scheduler.remove_job('check_server_every_1_min')

@scheduler.scheduled_job('cron', hour=19, minute=0, id='check_server') # debug time
@scheduler.scheduled_job('cron', hour=19, minute=1, id='check_server') # debug time
async def check_server():
global bot
global init
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
.load / .加载
```

以上只列出主要命令,要查询所有命令,请运行机器人并说 `.help`或者浏览所有插件(大部分杂项命令都在 `help` 插件中引入)
以上只列出主要命令,要查询所有命令,请运行机器人并说 `.help`或浏览所有插件

命令外功能:

Expand Down

0 comments on commit 355a2c4

Please sign in to comment.