From 766dff179ee7de8ed2584d5d69833dab465945f9 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Sun, 10 Jul 2022 02:50:18 -0400 Subject: [PATCH] Update wording around OPT-IN command --- README.md | 2 +- src/commands/help.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a991d14..44cb230 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The Artificer comes with a few supplemental commands to the main rolling command * `[[report [[2+2]] returned 5 when I expected it to return 4` will send the entire message after `[[report` to the devs via Discord. * `[[opt-out` or `[[ignore-me` * Adds you to an ignore list so the bot will never respond to you -* `[[opt-in` **Available only via DM** +* `[[opt-in` **Available via DM ONLY** * Removes you from the ignore list * `[[xdydzracsq!]]` * This is the command the bot was built specifically for. diff --git a/src/commands/help.ts b/src/commands/help.ts index e380500..19ec8b0 100644 --- a/src/commands/help.ts +++ b/src/commands/help.ts @@ -82,7 +82,7 @@ export const help = (message: DiscordenoMessage) => { inline: true, }, { - name: `\`${config.prefix}opt-in\``, + name: `\`${config.prefix}opt-in\` **Available via DM ONLY**`, value: 'Removes you from the ignore list', inline: true, },