diff options
| author | 8cy <[email protected]> | 2020-05-05 17:49:49 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-05-05 17:49:49 -0700 |
| commit | 76de31680712004ca83880c8ef6d8ffa6b291f7e (patch) | |
| tree | 35e6d3c94ac72fe267d69d5b3758266c02f5acc7 /src/commands/bot/invite.ts | |
| parent | make default status cmd response uwufier's status (diff) | |
| download | dep-core-76de31680712004ca83880c8ef6d8ffa6b291f7e.tar.xz dep-core-76de31680712004ca83880c8ef6d8ffa6b291f7e.zip | |
add api cmd, formatting, add cors to server
Diffstat (limited to 'src/commands/bot/invite.ts')
| -rw-r--r-- | src/commands/bot/invite.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bot/invite.ts b/src/commands/bot/invite.ts index 479e1a8..be74630 100644 --- a/src/commands/bot/invite.ts +++ b/src/commands/bot/invite.ts @@ -9,7 +9,7 @@ module.exports = class InviteBot extends Command { aliases: ['inv'], group: 'bot', memberName: 'invite', - description: 'Gives you the bot\'s invite link.', + description: 'Gives you uwufier\'s invite link.', examples: ['uwu!invite', 'uwu!inv'], userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], |