Remove termlogger since it isn't used anymore
This commit is contained in:
parent
8aaa60e78d
commit
5493295979
2 changed files with 0 additions and 32 deletions
|
@ -4,7 +4,6 @@ const fs = require('fs');
|
|||
const { isOnSpamWatch } = require('./spamwatch/spamwatch.js');
|
||||
require('@dotenvx/dotenvx').config({ path: "config.env" });
|
||||
require('./plugins/ytdlp-wrapper.js');
|
||||
// require('./plugins/termlogger.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