Added terminal logging to comply with bot's own Privacy Policy (https://blog.eleu.me/posts/lynx-privacy-policy)
This commit is contained in:
parent
177a3c5540
commit
8a584fc12d
5 changed files with 320 additions and 2 deletions
1
bot.js
1
bot.js
|
@ -3,6 +3,7 @@ const path = require('path');
|
|||
const fs = require('fs');
|
||||
const Config = require('./props/config.json');
|
||||
const { isOnSpamWatch } = require('./plugins/lib-spamwatch/spamwatch.js');
|
||||
require('./plugins/termlogger.js');
|
||||
|
||||
const bot = new Telegraf(Config.botToken);
|
||||
const MAX_RETRIES = 5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue