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

Discord Variables

The following variables are automatically added to your conversation when your chatbot is conversating on this channel:

Variable

Description

bot_channel

Set to "DiscordChannel"

is_group_chat

TRUE if the current conversation is happening in a group, empty otherwise.

last_user

The user name of the last user that has typed something in the current group conversation

last_user_id

The user id of the last user that has typed something in the current group conversation

Last updated