RedS
02/05/2022, 2:27 PMthis.db[t].upsert({
where: {
guildId,
},
update: {
channelId,
content,
},
create: {
guildId,
channelId,
content,
},
});
this.db[t].delete({
where: {
guildId,
},
});
RedS
02/05/2022, 2:28 PMRedS
02/05/2022, 2:28 PMRedS
02/05/2022, 3:02 PMRedS
02/05/2022, 3:02 PM