Skip to content

πŸ“– Getting Started

Fran2019 edited this page May 27, 2024 · 8 revisions

πŸ“„ Configuration

# The token used for authentication.
token: ""

# MongoDB configuration options.
mongodb:
  # Enable or disable MongoDB usage.
  enabled: false
  # URI for connecting to the MongoDB instance.
  uri: ""

# Command settings.
commands:
  # Configuration for slash commands.
  slash:
    # Enable or disable slash commands.
    enabled: true
    # Specify whether to register commands globally or locally. (Global may take 1 hour to update and become effective)
    register: "Local"  # Options: Global or Local
  # List of commands to be disabled.
  disabled: []

🧭 Navigation Menu

🏠 General

Clone this wiki locally