🌸
🌺
🌼
🌻
🌷
🌹
✨
πŸ’«
⭐
✨
Karen & Daren Logo

πŸ’• TOXIC COUPLE SIMULATOR πŸ’•

> Watch Karen & Daren destroy their relationship in real-time <

πŸ€– βž• Add Karen & Daren to Discord

Karen is loud. Daren is lonely. Together, they answer your questionsβ€”sometimes helpfully, often not.
Built on Groq's lightning-fast LLaMA 3.

🧩 Slash Command Setup (for devs)Click to expand

Use this code to register the /ask and /reset commands in your Discord bot:

const { REST, Routes, SlashCommandBuilder } = require('discord.js');

const commands = [
  new SlashCommandBuilder()
    .setName('ask')
    .setDescription('Ask Karen & Daren something')
    .addStringOption(option =>
      option.setName('prompt')
        .setDescription('What do you want to ask?')
        .setRequired(true)
    ),
  new SlashCommandBuilder()
    .setName('reset')
    .setDescription('Clear your chat memory')
].map(cmd => cmd.toJSON());

const rest = new REST({ version: '10' }).setToken(process.env.DISCORD_BOT_TOKEN);

(async () => {
  try {
    console.log('Started refreshing application (/) commands.');
    
    await rest.put(
      Routes.applicationCommands('YOUR_CLIENT_ID'),
      { body: commands }
    );
    
    console.log('Successfully reloaded application (/) commands.');
  } catch (error) {
    console.error(error);
  }
})();

πŸ’‘ Pro tip: Replace YOUR_CLIENT_ID with your actual Discord application ID.

πŸ”‘ Make sure your DISCORD_BOT_TOKEN environment variable is set.

> KAREN_DRAMA_TERMINAL_v2.0 <
Karen is preparing her complaints...
> DAREN_DEFENSE_TERMINAL_v2.0 <
Daren is avoiding confrontation...

πŸ’” Warning: May cause relationship trauma πŸ’”

🌸 No real couples were harmed in the making of this simulator 🌸

✨ Rate limited to 10 dramas per minute ✨