Update 'config.toml'
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user