Important Notes and Additional Guides - drizzle-mizzle/Character-Engine-Discord GitHub Wiki
Get CharacterAI user auth token
- Go to the site and login into your account
- Open DevTools
- Go to Application -> Local storage -> beta.character.ai or plus.character.ai/
- Copy string from
value
inchar_token
field
Get character ID
-
CharacterAI:
-
CharacterHub:
Make two character talk to each other
- 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 andset-channel-random-reply-chance
to100%
, but it will make them respond on literally each message in this channel. - Make one character say something with the
say
command, or executereset-character
command to make this character send its greeting message. - 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:
-
Open a chat with a needed character:
-
Go to the Saved Chats page and choose some chat:
-
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: -
Copy its value (after
=
) and open Discord. -
Call
/update cai-history-id
command and specify the value as argument. -
That's it. Now all your subsequent messages will be sent to this chat.