Update wording around OPT-IN command
This commit is contained in:
parent
7bb6018bdf
commit
766dff179e
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue