2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-31 06:05:22 +00:00

Update dependencies; closes #55.

This commit is contained in:
GingerPlusPlus
2018-02-10 20:20:17 +01:00
parent dabd7dc471
commit feba5c1f43
3 changed files with 77 additions and 91 deletions

View File

@@ -6,9 +6,7 @@ const config = require('../config');
const bot = new Telegraf(config.token);
if (process.env.NODE_ENV === 'development') {
bot.state.offset = -1;
bot.polling.offset = -1;
}
module.exports = bot;