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