Migrated everything to dotenvx + edited .gitignore
This commit is contained in:
parent
4269700b66
commit
9944b67edd
6 changed files with 7 additions and 12 deletions
|
@ -1,7 +1,6 @@
|
|||
const { Telegraf } = require('telegraf');
|
||||
const path = require('path');
|
||||
const fs = require('fs');
|
||||
const Config = require('./props/config.json');
|
||||
const { isOnSpamWatch } = require('./plugins/lib-spamwatch/spamwatch.js');
|
||||
require('@dotenvx/dotenvx').config({ path: "config.env" });
|
||||
require('./plugins/ytdlp-wrapper.js');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue