mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 06:24:15 +02:00
fix(arabot): flipped what command are patreon only
This commit is contained in:
parent
c0840ecf6f
commit
644b3ea3cd
@ -27,6 +27,7 @@ class HappyCommand extends Command {
|
|||||||
...options,
|
...options,
|
||||||
name: 'happy',
|
name: 'happy',
|
||||||
description: 'Express your happiness',
|
description: 'Express your happiness',
|
||||||
|
preconditions: [['CoordinatorOnly', 'PatreonOnly']],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,7 +27,6 @@ class HugCommand extends Command {
|
|||||||
...options,
|
...options,
|
||||||
name: 'hug',
|
name: 'hug',
|
||||||
description: 'Hug a user',
|
description: 'Hug a user',
|
||||||
preconditions: [['CoordinatorOnly', 'PatreonOnly']],
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user