1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 00:10:58 -04:00

Don't leak the manager secrets

This commit is contained in:
toast-ts 2024-07-10 19:25:58 +10:00
parent a83005b852
commit 8980dc0b5a

View File

@ -10,7 +10,7 @@ import MPModule, {refreshTimerSecs} from './modules/MPModule.js';
import UsernameHelper from './helpers/UsernameHelper.js';
import {Punishment, RawGatewayPacket, RawMessageDelete, RawMessageUpdate} from 'src/interfaces';
import {readFileSync} from 'node:fs';
export const disabledChannels = ['548032776830582794', '541677709487505408', '949380187668242483'];
export const disabledChannels = ['548032776830582794', '541677709487505408', '949380187668242483', '924057392143036516', '924057498447659008'];
// Error handler
function _(error:Error, type:string) {