Update 'config.toml'

This commit is contained in:
poslop
2022-12-08 00:26:13 -06:00
parent fd0213ecc0
commit 80c233ab6f

View File

@@ -18,6 +18,7 @@ prefix = ";"
[admin_roles] [admin_roles]
# These are the role ids needed in order to use the console command # These are the role ids needed in order to use the console command
# If an invalid role is used it will be ignored # 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 # 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 # list of admin roles
admins = [] admins = []
# this controls which commands admins have access too
[console] [console]
# these control which commands admins have access too
# whether the command list is a whitelist or a blacklist # whether the command list is a whitelist or a blacklist
# true = whitelist # true = whitelist
# false = blacklist # false = blacklist