14 lines
365 B
TOML
14 lines
365 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-duck"
|
|
description = "Enables the duck command without any pre-configured scope."
|
|
commands.allow = ["duck"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-duck"
|
|
description = "Denies the duck command without any pre-configured scope."
|
|
commands.deny = ["duck"]
|