diff --git a/Paimon_CloudGenshin/__init__.py b/Paimon_CloudGenshin/__init__.py index 5c38d03..de33656 100644 --- a/Paimon_CloudGenshin/__init__.py +++ b/Paimon_CloudGenshin/__init__.py @@ -65,11 +65,6 @@ async def _(event: Union[GroupMessageEvent, MessageEvent], choice: str = ArgPlai except: await rm_cloud_ys.finish("你尚未绑定cookie! 解绑失败", at_sender=True) - del data[user_id] - if scheduler.get_job(f'cloud_genshin_{user_id}'): - scheduler.remove_job(f"cloud_genshin_{user_id}") - save_json(data, Path() / 'data' / 'LittlePaimon' / 'CloudGenshin.json') - await rm_cloud_ys.finish('token已解绑并取消自动签到~', at_sender=True) else: await rm_cloud_ys.finish()