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:
@@ -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;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user