From ea44c2f8972a981dda0f98f1740b41013e358aef Mon Sep 17 00:00:00 2001 From: alpeshvas Date: Sat, 22 Jan 2022 22:41:09 +0530 Subject: [PATCH] update help command --- src/lock-bot.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/lock-bot.ts b/src/lock-bot.ts index 4eb07ed..2e3bb66 100644 --- a/src/lock-bot.ts +++ b/src/lock-bot.ts @@ -45,10 +45,11 @@ export default class LockBot { return { message: "How to use `/lock`\n\n" + - "To lock a resource in this channel called `thingy`, use `/lock thingy`\n\n" + + "To lock a resource in this channel called `thingy` with optional message, use `/lock thingy locking thingy for xyz use`\n\n" + "_Example:_\n" + - `> *<@${user}>*: \`/lock dev\`\n` + - `> *Lockbot*: <@${user}> has locked \`dev\` 🔒`, + `> *<@${user}>*: \`/lock dev locking dev for feature testing\`\n` + + `> *Lockbot*: <@${user}> has locked \`dev\` 🔒 \n` + + "> locking dev for feature testing", destination: "user", }; }