From a774d64c2a14d96afb27912aa2848c81fc428357 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Wed, 23 Nov 2022 08:31:55 +1100 Subject: [PATCH] forgor mp rules embed --- src/Daggerbot.config.json | 64 --------------------------------------- src/index.ts | 2 +- 2 files changed, 1 insertion(+), 65 deletions(-) delete mode 100644 src/Daggerbot.config.json diff --git a/src/Daggerbot.config.json b/src/Daggerbot.config.json deleted file mode 100644 index 8dd0826..0000000 --- a/src/Daggerbot.config.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "embedColor": "#0052cf", - "embedColorGreen": "#57f287", - "embedColorYellow": "#ffea00", - "embedColorRed": "#e62c3b", - "embedColorBCA": "#ff69b4", - "LRSstart": 1661236321433, - "botSwitches": { - "registerCommands": true, - "commands": false, - "logs": true, - "automod": true, - "mpstats": true, - "mpstatsDebug": false, - "autores": true - }, - "eval": { - "allowed": true, - "whitelist": [ - "190407856527376384", - "615761944154210305", - "593696856165449749", - "633345781780185099", - "506022868157595648", - "215497515934416896", - "309373272594579456" - ] - }, - "mainServer": { - "id": "468835415093411861", - "staffRoles": [ - "admin", - "dcmod", - "mpmanager", - "mpmod", - "vtcmanager", - "vtcstaff", - "ytmod" - ], - "roles": { - "admin": "468842789053136897", - "bottech": "1011341005389307925", - "dcmod": "468841295150972929", - "mpmanager": "1028735939813585029", - "mpmod": "572151330710487041", - "vtcmanager": "1028735871370940490", - "vtcstaff": "801945627268481046", - "ytmod": "734888335851388958", - "mphelper": "1034453973412884500", - "mpplayer": "798285830669598762", - "vtcmember": "802282391652663338" - }, - "channels": { - "console": "1011318687065710663", - "errors": "1009754872188506192", - "thismeanswar": "930588618085502987", - "bot_status": "1009753780188884992", - "logs": "548032776830582794", - "welcome": "621134751897616406", - "botcommands": "468888722210029588" - - } - } -} \ No newline at end of file diff --git a/src/index.ts b/src/index.ts index bb1ada7..b603a5b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -50,7 +50,7 @@ process.on('error', async(error: Error)=>{ // Daggerwin MP loop setInterval(async()=>{ if (!client.config.botSwitches.mpstats) return; - const msg = await (client.channels.resolve('904192878140608563') as Discord.TextChannel).messages.fetch('1044552089340219422') + const msg = await (client.channels.resolve('543494084363288637') as Discord.TextChannel).messages.fetch('1023699243183112192') const embed = new client.embed(); let Players = []; let Server: any;