nonebot_plugin_game_collection icon indicating copy to clipboard operation
nonebot_plugin_game_collection copied to clipboard

更改刷新金币签到时间却

Open Sevef opened this issue 2 years ago • 2 comments

刷新每日签到和每日补贴

reset_sign = on_command("reset_sign", permission=SUPERUSER, priority=5, block=True) # 重置每日签到和每日补贴

@reset_sign.handle() @scheduler.scheduled_job("cron", hour = 20 , minute=0) async def _(): russian_manager.reset_sign() logger.info("今日签到重置成功...") russian_manager.reset_security() logger.info("今日补贴重置成功...")

在__init__.py里面这么写了但到点了却没有充值

Sevef avatar Nov 08 '22 12:11 Sevef

不会吧

KarisAya avatar Nov 08 '22 13:11 KarisAya

试了好几次都没用

Sevef avatar Nov 09 '22 02:11 Sevef