For the complete documentation index, see llms.txt. This page is also available as Markdown.

Server Characters

Would you like to manage characters in your server? Checkout Server character system which lets you list, activate, and control characters for channels.

Commands

/server settings set

Update server settings for say logs and private threads

Optional Arguments

  • say_log : Channel to log say command usage

  • unset_say_log : Unset the log channel

  • private_thread : Allow users to create private threads

/server settings view

View current server settings

/server character list

List all AI characters in the server

/server character info

Get information about a specific AI character

Necessary arguments:

  • name : Name of the character

/server character activate

Activate a character in this channel

Necessary arguments:

  • name : Name of the character

Optional Arguments

  • second_activate : Activate as second character

/server character deactivate

Deactivate character in this channel

Optional Arguments

  • second_activate : Deactivate second character

/server character active

List active characters in this channel

/say

Say something using a character

Necessary arguments:

  • name : Character name

  • message : Message to send

/cmh

Purge message context for the AI in this channel

/dashboard access add

Grant a user access to the server dashboard

Necessary arguments:

  • user : User to grant access

/dashboard access remove

Revoke a user's access to the server dashboard

Necessary arguments:

  • user : User to revoke access

/dashboard access list

List all users with manual dashboard access

Last updated