Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Configuration

Andrew Lalis edited this page Nov 13, 2021 · 1 revision

The bot's configuration consists of a collection of simple JSON files:

  • systems.json contains global settings for the bot's core systems.
  • For every guild, a {guildId}.json file exists, which contains any guild-specific configuration settings.

At startup, the bot will initially start by loading just the global settings, and then when the Discord ready event is received, the bot will add configuration for each guild it's in, loading it from the matching JSON file, or creating a new file if needed.

Clone this wiki locally