diff options
Diffstat (limited to 'src/commands/zerotwo')
| -rw-r--r-- | src/commands/zerotwo/darling.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/commands/zerotwo/darling.ts b/src/commands/zerotwo/darling.ts index 9cb5a17..3b7517e 100644 --- a/src/commands/zerotwo/darling.ts +++ b/src/commands/zerotwo/darling.ts @@ -12,7 +12,11 @@ module.exports = class DarlingZeroTwo extends Command { description: 'Get\'s or sets uwufier\'s current darling.', userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], - examples: ['uwu!darling'], + examples: [ + 'uwu!darling', + 'uwu!darling set', + 'uwu!darling remove' + ], args: [ { key: 'darlingName', |