From 770372c85e8e29d667aa9f2abd18426e3b22c1e7 Mon Sep 17 00:00:00 2001 From: importstring <152118232+importstring@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:35:38 -0400 Subject: [PATCH] Readability: "settings.yml" I just commented --- config/settings.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/settings.yml b/config/settings.yml index 80e6561..0199832 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -1,4 +1,8 @@ +# Configuration for plugins plugins: + # Control for enabling the bot plugin bot_enabled: + # Default setting for the plugin, enabled by default default: true + # Client-specific setting, also enabled for the client client: true