diff options
Diffstat (limited to 'src/commands/roleplay/highfive.ts')
| -rw-r--r-- | src/commands/roleplay/highfive.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/roleplay/highfive.ts b/src/commands/roleplay/highfive.ts index bb9435d..52dfa3d 100644 --- a/src/commands/roleplay/highfive.ts +++ b/src/commands/roleplay/highfive.ts @@ -8,7 +8,7 @@ module.exports = class HighFiveRoleplay extends Command { aliases: ['high-five'], group: 'roleplay', memberName: 'highfive', - description: 'High-fave with a specified user.', + description: 'High-fave a specified user.', examples: ['uwu!highfive @sin#1337'], userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], |