diff --git a/permissions/autogenerated/commands/duck.toml b/permissions/autogenerated/commands/duck.toml new file mode 100644 index 0000000..ed0d7db --- /dev/null +++ b/permissions/autogenerated/commands/duck.toml @@ -0,0 +1,13 @@ +# 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"] diff --git a/permissions/autogenerated/commands/ping.toml b/permissions/autogenerated/commands/ping.toml deleted file mode 100644 index 1d13588..0000000 --- a/permissions/autogenerated/commands/ping.toml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically generated - DO NOT EDIT! - -"$schema" = "../../schemas/schema.json" - -[[permission]] -identifier = "allow-ping" -description = "Enables the ping command without any pre-configured scope." -commands.allow = ["ping"] - -[[permission]] -identifier = "deny-ping" -description = "Denies the ping command without any pre-configured scope." -commands.deny = ["ping"] diff --git a/permissions/autogenerated/commands/unduck.toml b/permissions/autogenerated/commands/unduck.toml new file mode 100644 index 0000000..e9c3dc4 --- /dev/null +++ b/permissions/autogenerated/commands/unduck.toml @@ -0,0 +1,13 @@ +# Automatically generated - DO NOT EDIT! + +"$schema" = "../../schemas/schema.json" + +[[permission]] +identifier = "allow-unduck" +description = "Enables the unduck command without any pre-configured scope." +commands.allow = ["unduck"] + +[[permission]] +identifier = "deny-unduck" +description = "Denies the unduck command without any pre-configured scope." +commands.deny = ["unduck"] diff --git a/permissions/default.toml b/permissions/default.toml index cc5a76f..1b4e876 100644 --- a/permissions/default.toml +++ b/permissions/default.toml @@ -1,3 +1,3 @@ [default] description = "Default permissions for the plugin" -permissions = ["allow-ping"] +permissions = ["allow-duck", "allow-unduck"]