モジュール追加

This commit is contained in:
na2na-p 2022-02-11 00:17:01 +09:00
parent 83068eb8ff
commit 9faff19b2a

View file

@ -34,6 +34,8 @@ import SleepReportModule from './modules/sleep-report';
import NotingModule from './modules/noting'; import NotingModule from './modules/noting';
import PollModule from './modules/poll'; import PollModule from './modules/poll';
import ReminderModule from './modules/reminder'; import ReminderModule from './modules/reminder';
import DicModule from './modules/dic';
import GetColorModule from './modules/color';
console.log(' __ ____ _____ ___ '); console.log(' __ ____ _____ ___ ');
console.log(' /__\\ (_ _)( _ )/ __)'); console.log(' /__\\ (_ _)( _ )/ __)');
@ -88,6 +90,8 @@ promiseRetry(retry => {
new NotingModule(), new NotingModule(),
new PollModule(), new PollModule(),
new ReminderModule(), new ReminderModule(),
new DicModule(),
new GetColorModule(),
]); ]);
}).catch(e => { }).catch(e => {
log(chalk.red('Failed to fetch the account')); log(chalk.red('Failed to fetch the account'));