🧑💻 Another Prisma Example
This commit is contained in:
parent
f758072e9d
commit
38f06ee771
1 changed files with 6 additions and 0 deletions
6
examples/deleteGuildCounter.ts
Normal file
6
examples/deleteGuildCounter.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
const deleteGuildCounter = await prisma.guildCounter.deleteMany({
|
||||
where: {
|
||||
guildId: guild.id,
|
||||
channelId: discordChannel.id,
|
||||
},
|
||||
});
|
Loading…
Add table
Reference in a new issue