Skip to content

Commit 8e76809

Browse files
committed
Improvements to commands/commands.js
1 parent 70b8f7b commit 8e76809

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

handlers/commands/commands.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ const commandReference = `\
1313
<code>/warn &lt;reason&gt;</code> - Warns the user.
1414
<code>/unwarn</code> - Removes the last warn from the user.
1515
<code>/nowarns</code> - Clears warns for the user.
16-
<code>/getwarns</code> - Shows a list of warns for the user.
1716
<code>/ban &lt;reason&gt;</code> - Bans the user from groups.
1817
<code>/unban</code> - Removes the user from ban list.
18+
<code>/user</code> - Shows user's status and warns.
1919
2020
<b>Commands for everyone</b>:
2121
<code>/staff</code> - Shows a list of admins.
@@ -25,8 +25,8 @@ const commandReference = `\
2525
`;
2626

2727
const actions = `\n
28-
/addcommand - to create custom commands.
29-
/removecommand <code>&lt;name&gt;</code> - to remove a custom command.`;
28+
<code>/addcommand</code> - to create custom commands.
29+
<code>/removecommand &lt;name&gt;</code> - to remove a custom command.`;
3030

3131
const commandReferenceHandler = async ({ chat, replyWithHTML }) => {
3232
if (chat.type !== 'private') return null;

0 commit comments

Comments
 (0)