CharacterWeaver Documentation
Home PageAdd to DiscordDiscord SupportPremium
  • 👋Welcome to CharacterWeaver Documentation!
  • Overview
    • 💡What is CharacterWeaver
    • ⚙️How it works
    • ❓FAQ
    • 👑Premium
  • Fundamentals
    • 🛠️Getting set up
      • 🧑‍🤝‍🧑Configure a Character
      • 🗣️Configure a Behavior
    • 🗣️AI Chat
    • 🤖Commands
    • ⚡Import Template
  • Behavior
    • 🎬Event Types
    • 🧩Actions
    • 🗜️Filters
    • ✍️Placeholders
  • Links
    • Website
    • Invite
    • Support Server
Powered by GitBook
On this page
  • MESSAGE
  • SLASH_COMMAND
  • MEMBER_JOIN
  • MEMBER_REMOVE
  1. Behavior

Event Types

This page lists all types of events that can be used on behaviors.

MESSAGE

This event is called when a user sends a message to your server.

SLASH_COMMAND

This event is called when a slash command is executed by a member of your server. It is quite rare to need this event.

MEMBER_JOIN

This event is called when a new member has joined your server.

MEMBER_REMOVE

This event is called when a member has left your server.

PreviousImport TemplateNextActions

Last updated 10 months ago

🎬