File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ const commandReference = `\
1313<code>/warn <reason></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 <reason></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
2727const actions = `\n
28- /addcommand - to create custom commands.
29- /removecommand <code><name></code> - to remove a custom command.`;
28+ <code> /addcommand</code> - to create custom commands.
29+ <code>/removecommand <name></code> - to remove a custom command.` ;
3030
3131const commandReferenceHandler = async ( { chat, replyWithHTML } ) => {
3232 if ( chat . type !== 'private' ) return null ;
You can’t perform that action at this time.
0 commit comments