From 81739623318269850a05b06c05abe054aed66147 Mon Sep 17 00:00:00 2001 From: "Brandon (opti)" <40129778+opti21@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:01:21 -0500 Subject: [PATCH] remove command --- src/index.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/index.ts b/src/index.ts index e8d094b..99116af 100644 --- a/src/index.ts +++ b/src/index.ts @@ -153,18 +153,18 @@ twitch.on("message", async (channel, tags, message, self) => { handleRaffle(args, twitch, channel, tags); } - if (command === "addmods") { - if (tags.mod || tags.username === "opti_21") { - prisma.mod.createMany({ - data: [ - { - name: "Liedena", - twitch_id: "68729298", - }, - ], - }); - } - } + // if (command === "addmods") { + // if (tags.mod || tags.username === "opti_21") { + // prisma.mod.createMany({ + // data: [ + // { + // name: "", + // twitch_id: "", + // }, + // ], + // }); + // } + // } // if ( // (command === "when" || command === "schedule" || command === "next")