Skip to content

Commit

Permalink
remove command
Browse files Browse the repository at this point in the history
  • Loading branch information
opti21 committed Sep 21, 2023
1 parent 4a7a59a commit 8173962
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8173962

Please sign in to comment.