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'], }); }