From 9faff19b2aa010294f11bb8d90816b157663139b Mon Sep 17 00:00:00 2001 From: na2na-p Date: Fri, 11 Feb 2022 00:17:01 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A2=E3=82=B8=E3=83=A5=E3=83=BC=E3=83=AB?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.ts b/src/index.ts index dca5703..96c5c8b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -34,6 +34,8 @@ import SleepReportModule from './modules/sleep-report'; import NotingModule from './modules/noting'; import PollModule from './modules/poll'; import ReminderModule from './modules/reminder'; +import DicModule from './modules/dic'; +import GetColorModule from './modules/color'; console.log(' __ ____ _____ ___ '); console.log(' /__\\ (_ _)( _ )/ __)'); @@ -88,6 +90,8 @@ promiseRetry(retry => { new NotingModule(), new PollModule(), new ReminderModule(), + new DicModule(), + new GetColorModule(), ]); }).catch(e => { log(chalk.red('Failed to fetch the account'));