diff options
author | Parker <contact@pkrm.dev> | 2025-04-04 16:46:27 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2025-04-04 16:46:27 -0500 |
commit | 382f0f271f3cd5d5b0444a2ffa73a4f700c4d59e (patch) | |
tree | dfad3795d83e59f5572823abee29cfe698c29edb /config.yaml.example | |
parent | 0b76123301627c69a2a83b8302199d006c5039bb (diff) |
Support multiple file naming schemes
Diffstat (limited to 'config.yaml.example')
-rw-r--r-- | config.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.yaml.example b/config.yaml.example index 911e52f..e53ecc5 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -1,4 +1,4 @@ -bot_info: +general: token: "BOT TOKEN" bot_color: 26dfc9 #optional - default is 26dfc9 |