mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-16 20:00:59 -05:00
Don't leak the manager secrets
This commit is contained in:
parent
a83005b852
commit
8980dc0b5a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user