Skip to content

Commit

Permalink
Restores start command
Browse files Browse the repository at this point in the history
Removed by error in 878c294
  • Loading branch information
LuisMayo authored Jan 8, 2021
1 parent c647122 commit 669f347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const bot = new Telegraf.default(conf.token);
const commandList: CommandObject[] = [];
GeneralService.bot = bot;

bot.start(showStart);
bot.catch((err) => {
console.log('Ooops', err)
})
Expand Down

0 comments on commit 669f347

Please sign in to comment.