Refactor plugins
This commit is contained in:
parent
bdb4a4f7a2
commit
5a1a207d0a
17 changed files with 16 additions and 16 deletions
|
@ -3,7 +3,7 @@ const path = require('path');
|
|||
const fs = require('fs');
|
||||
const { isOnSpamWatch } = require('./spamwatch/spamwatch.js');
|
||||
require('@dotenvx/dotenvx').config({ path: "config.env" });
|
||||
require('./plugins/ytdlp-wrapper.js');
|
||||
require('./plugins/ytDlpWrapper.js');
|
||||
|
||||
// Ensures bot token is set, and not default value
|
||||
if (!process.env.botToken || process.env.botToken === 'InsertYourBotTokenHere') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue