Skip to content

Commit ac6ef17

Browse files
committed
Fix /report description
1 parent 972090d commit ac6ef17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Command | Role | Available at | Description
6868
`/staff` | _Everyone_ | _Everywhere_ | Shows a list of admins.
6969
`/link` | _Everyone_ | _Everywhere_ | Shows the current group's link.
7070
`/groups` | _Everyone_ | _Everywhere_ | Shows a list of groups which the bot is admin in.
71-
`/report [reason]` | _Everyone_ | _Everywhere_ | Reports the replied-to message to admins, reason is optional.
71+
`/report [reason]` | _Everyone_ | _Groups_ Reports the replied-to message to admins, reason is optional. Also can be prepended by `@` or `!` instead, and it is aliased by `admin` and `admins`.
7272
`/commands` | _Everyone_ | _In-Bot_ | Shows a list of available commands.
7373
`/help` \| `/start` | _Everyone_ | _In-Bot_ | How to use the bot.
7474

handlers/commands/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const userCommands = `\
3737
<code>/staff</code> - Shows a list of admins.
3838
<code>/link</code> - Show the current group's link.
3939
<code>/groups</code> - Show a list of groups which the bot is admin in.
40-
<code>/report [reason]</code> - Reports the replied-to message to admins, reason is optional.\n
40+
<code>/report [reason]</code> - Reports the replied-to message to admins, reason is optional. Also can be prepended by <code>@</code> or <code>!</code> instead, and it is aliased by <code>admin</code> and <code>admins</code>.\n
4141
`;
4242
const role = R.prop('role');
4343
const name = R.prop('name');

0 commit comments

Comments
 (0)