From 8973e658da4028e0a6a413d2172b57f86075dff1 Mon Sep 17 00:00:00 2001 From: na2na <49822810+na2na-p@users.noreply.github.com> Date: Mon, 16 May 2022 01:21:08 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=9E=E3=82=A4=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=E3=81=AE=E5=84=AA=E5=85=88=E5=BA=A6=E3=82=92=E4=B8=80?= =?UTF-8?q?=E7=95=AA=E4=B8=8A=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 5f5b4c0..da62caa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -71,6 +71,7 @@ promiseRetry(retry => { // 藍起動 new 藍(account, [ new CoreModule(), + new ReminderModule(), new summonCat(), new EmojiModule(), new EmojiReactModule(), @@ -93,7 +94,6 @@ promiseRetry(retry => { new SleepReportModule(), new NotingModule(), // new PollModule(), - new ReminderModule(), new DicModule(), new menuModule(), new GetColorModule(),