Remove termlogger since it isn't used anymore

This commit is contained in:
Luquinhas 2025-04-20 00:07:45 -03:00
parent 8aaa60e78d
commit 5493295979
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
2 changed files with 0 additions and 32 deletions

View file

@ -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') {