You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Commands:
39
39
-``sql ```query``` `` -- execute arbitrary SQL on the database. The queries must be wrapped in code blocks or inlines. Queries that result in changes always prompt for confirmation.
40
40
-`acl` -- edit Access Control Lists: permission settings for commands and other miscellaneous actions. An ACL is a formula involving users, roles, channels, categories, and boolean connectives. A command or an action can be mapped to an ACL, which will restrict who can use the command/action and where.
41
41
-`acl list` -- list ACL formulas.
42
-
-`acl show <acl>` -- display the formula for the given ACL in YAML format. Add `--pretty` (or `-p`) to display the formula as Markdown with Discord mention tags (e.g. `<@&role>`, `<#channel>`).
42
+
-`acl show [--pretty|-p] <acl>` -- display the formula for the given ACL in YAML format. Add `--pretty` (or `-p`) to display the formula as Markdown with Discord mention tags (e.g. `<@&role>`, `<#channel>`).
43
43
-``acl set <acl> ```formula``` `` -- set the formula for the given ACL. The formula must be a code-block containing YAML.
44
44
-`acl commands` -- show all commands that are assigned to ACLs.
45
45
-`acl command <command> [acl]` -- assign the given command (fully qualified name) to the given ACL, restricting its usage to the users/channels specified in that ACL. If the ACL is omitted the command can never be used.
0 commit comments