diff options
| author | 8cy <[email protected]> | 2020-04-29 04:57:58 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-29 04:57:58 -0700 |
| commit | 04e6371dcf70a24f552f0e24892ee91be6782a31 (patch) | |
| tree | 3abca2b007c44300df29ca1952818e4c989ad14a /src/commands/roleplay/fistbump.ts | |
| parent | Cerasus, v9.0.0 (diff) | |
| download | dep-core-04e6371dcf70a24f552f0e24892ee91be6782a31.tar.xz dep-core-04e6371dcf70a24f552f0e24892ee91be6782a31.zip | |
formatting, blacklists, v9.0.1
Diffstat (limited to 'src/commands/roleplay/fistbump.ts')
| -rw-r--r-- | src/commands/roleplay/fistbump.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/roleplay/fistbump.ts b/src/commands/roleplay/fistbump.ts index 1a2f6db..e60bc80 100644 --- a/src/commands/roleplay/fistbump.ts +++ b/src/commands/roleplay/fistbump.ts @@ -8,7 +8,7 @@ module.exports = class FistBumpRoleplay extends Command { aliases: ['fist-bump'], group: 'roleplay', memberName: 'fistbump', - description: 'Fist-bump with a specified user.', + description: 'Fist-bump a specified user.', examples: ['uwu!fistbump @sin#1337'], userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], |