t
This commit is contained in:
parent
7b8f2621ad
commit
9f4cd06ebb
|
@ -15,6 +15,7 @@ const DB_FILE = process.env.DB_FILE || './db.json';
|
||||||
const RE_USER_MENTION = /^<@[0-9A-HJ-KM-NP-TV-Z]{26}>$/i;
|
const RE_USER_MENTION = /^<@[0-9A-HJ-KM-NP-TV-Z]{26}>$/i;
|
||||||
const PUBLIC_COMMANDS = ['suicide', 'status', 'help'];
|
const PUBLIC_COMMANDS = ['suicide', 'status', 'help'];
|
||||||
const COMMANDS = {
|
const COMMANDS = {
|
||||||
|
'help': 'List available commands',
|
||||||
'approve': 'Release users from probation',
|
'approve': 'Release users from probation',
|
||||||
'unapprove': 'Send users to probation',
|
'unapprove': 'Send users to probation',
|
||||||
'status': 'Edit the bot\'s status',
|
'status': 'Edit the bot\'s status',
|
||||||
|
|
Loading…
Reference in a new issue