diff options
Diffstat (limited to 'src/commands/bot/twitch.ts')
| -rw-r--r-- | src/commands/bot/twitch.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bot/twitch.ts b/src/commands/bot/twitch.ts index e8f8c1e..eb935c1 100644 --- a/src/commands/bot/twitch.ts +++ b/src/commands/bot/twitch.ts @@ -9,7 +9,7 @@ module.exports = class TwitchBot extends Command { aliases: ['stream', 'streaming'], group: 'bot', memberName: 'twitch', - description: 'Gives you a link to the bot author\'s (Sin) Twitch profile.', + description: 'Gives you a link to uwufier\'s authors\' (Sin) Twitch profile.', examples: ['uwu!twitch'], userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], |