From d44bf67349dfce6689d8529030977346466d519f Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 26 Jul 2022 00:30:55 +0100 Subject: [PATCH] feat(docs): add precondition for patreons only --- src/commands/fun/hug.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/fun/hug.ts b/src/commands/fun/hug.ts index e1efe95..35bea0b 100644 --- a/src/commands/fun/hug.ts +++ b/src/commands/fun/hug.ts @@ -27,6 +27,7 @@ export class HugCommand extends Command { ...options, name: 'hug', description: 'Hug a user', + preconditions: ['PatreonOnly'], }); }