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'));