fix(arabot): flipped what command are patreon only

This commit is contained in:
Anthony 2022-08-23 00:35:29 +01:00
parent c0840ecf6f
commit 644b3ea3cd
2 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,7 @@ class HappyCommand extends Command {
...options,
name: 'happy',
description: 'Express your happiness',
preconditions: [['CoordinatorOnly', 'PatreonOnly']],
});
}

View File

@ -27,7 +27,6 @@ class HugCommand extends Command {
...options,
name: 'hug',
description: 'Hug a user',
preconditions: [['CoordinatorOnly', 'PatreonOnly']],
});
}