Skip to content

Commit

Permalink
Okay c'mon
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Feb 17, 2024
1 parent 8e3e151 commit 5c962d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/discord/commands/global/d.ai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,10 @@ async function link(

await db.ai_channels.upsert({
where: {
channel_id: selectedChannel,
channel_id_persona_id: {
channel_id: selectedChannel,
persona_id: personaData.id,
},
},
create: {
channel_id: selectedChannel,
Expand Down

0 comments on commit 5c962d8

Please sign in to comment.