mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 00:53:50 -04:00
Update wording around OPT-IN command
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user