From 7c78f527d45491f1b10bc754154c6f9144acbac7 Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Mon, 20 Jan 2025 23:21:10 +0500 Subject: [PATCH] chore: update bot example configuration --- config.yaml.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yaml.example b/config.yaml.example index 710b64c..b28d8af 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -30,13 +30,13 @@ command_prefix: "!sb" # Default Parameters Configuration of commands import: - set_primary: True - save_json: True + primary: True + json: True update_pack: True preview: - space: null - preview_url_base: null + space: null # string or null + preview_url_base: null # string or null update_room: True log_level: INFO