Important Notes and Additional Guides - drizzle-mizzle/Character-Engine-Discord GitHub Wiki

Get CharacterAI user auth token

  1. Go to the site and login into your account
  2. Open DevTools
  3. Go to Application -> Local storage -> beta.character.ai or plus.character.ai/
  4. Copy string from value in char_token field image

Get character ID

  • CharacterAI: image

  • CharacterHub: image

Make two character talk to each other

  1. Simply cast the hunt-user command on both characters so they would "hunt" each other. Alternatively, you can spawn two characters in some separate channel and set-channel-random-reply-chance to 100%, but it will make them respond on literally each message in this channel.
  2. Make one character say something with the say command, or execute reset-character command to make this character send its greeting message.
  3. The second character will respond on the message of the first one and they will continue talking.

Restore CharacterAI history from your browser:

In case you want to continue a chat history that you started in your browser, or if you lost all your chats with the bot and want to restore some of these, you can use /update-character cai-history-id command. Steps:

  1. Open a chat with a needed character: image

  2. Go to the Saved Chats page and choose some chat:

  3. Open it and look at the adress bar of your browser. You will see a link to the chat with a character and id of the current history, it will be right after hist=... part: image

  4. Copy its value (after =) and open Discord.

  5. Call /update cai-history-id command and specify the value as argument.

  6. That's it. Now all your subsequent messages will be sent to this chat.