From 9f4cd06ebb38e610f09cd66224f822baab66324a Mon Sep 17 00:00:00 2001 From: Lea Date: Mon, 20 Mar 2023 20:04:16 +0100 Subject: [PATCH] t --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 1ad5dbe..b7dfe9c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 PUBLIC_COMMANDS = ['suicide', 'status', 'help']; const COMMANDS = { + 'help': 'List available commands', 'approve': 'Release users from probation', 'unapprove': 'Send users to probation', 'status': 'Edit the bot\'s status',