From 80c233ab6f9b9e5b47c85593248f0f4995d735d4 Mon Sep 17 00:00:00 2001 From: poslop Date: Thu, 8 Dec 2022 00:26:13 -0600 Subject: [PATCH] Update 'config.toml' --- config.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 1f83f76..bfd356a 100644 --- a/config.toml +++ b/config.toml @@ -18,6 +18,7 @@ prefix = ";" [admin_roles] + # These are the role ids needed in order to use the console command # If an invalid role is used it will be ignored # If all the roles are invalid or the list is empty the setting will be ignored @@ -29,9 +30,12 @@ owners = ["738543444322156574", "822523680391037009"] # list of admin roles admins = [] -# this controls which commands admins have access too + [console] + +# these control which commands admins have access too + # whether the command list is a whitelist or a blacklist # true = whitelist # false = blacklist