Fix git not found on docker image and fix path for spamwatch plugin
This commit is contained in:
parent
31cfc01f2f
commit
ad5b3c3f48
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
const { Telegraf } = require('telegraf');
|
||||
const path = require('path');
|
||||
const fs = require('fs');
|
||||
const { isOnSpamWatch } = require('./plugins/lib-spamwatch/spamwatch.js');
|
||||
const { isOnSpamWatch } = require('./spamwatch/spamwatch.js');
|
||||
require('@dotenvx/dotenvx').config({ path: "config.env" });
|
||||
require('./plugins/ytdlp-wrapper.js');
|
||||
// require('./plugins/termlogger.js');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue