diff options
Diffstat (limited to 'src/commands/bot/email.ts')
| -rw-r--r-- | src/commands/bot/email.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bot/email.ts b/src/commands/bot/email.ts index d884b99..f326c22 100644 --- a/src/commands/bot/email.ts +++ b/src/commands/bot/email.ts @@ -9,7 +9,7 @@ module.exports = class TwitchBot extends Command { aliases: ['mail', 'contact', 'gmail'], group: 'bot', memberName: 'email', - description: 'Gives you a reference to the bot author\'s (Sin) best method of contact.', + description: 'Gives you a reference to uwufier\'s authors\' (Sin) best method of contact.', examples: ['uwu!email'], userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], |