From c9bbbe88babd66daf0f24fd2ac8b127ca2dffe19 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 10 Oct 2018 00:07:40 +0900 Subject: [PATCH] #14 --- src/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index 6f57491..8df173b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -29,15 +29,15 @@ promiseRetry(retry => { console.log(`account fetched: @${account.username}`); const modules: IModule[] = [ - new CoreModule(), - new PingModule(), - new WelcomeModule(), new EmojiModule(), new FortuneModule(), new GuessingGameModule(), new ReversiModule(), new TimerModule(), new DiceModule(), + new CoreModule(), + new PingModule(), + new WelcomeModule(), new ServerModule() ];