Update wording around OPT-IN command

This commit is contained in:
Ean Milligan (Bastion) 2022-07-10 02:50:18 -04:00
parent 7bb6018bdf
commit 766dff179e
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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,
},