mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 10:44:13 +02:00
feat(arabot): allow all users to use happy and kill commands
This commit is contained in:
parent
63d82b0f1b
commit
75f669ac56
@ -27,7 +27,6 @@ export class HappyCommand extends Command {
|
||||
...options,
|
||||
name: 'happy',
|
||||
description: 'Express your happiness',
|
||||
preconditions: [['CoordinatorOnly', 'PatreonOnly']],
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -27,7 +27,6 @@ export class KillCommand extends Command {
|
||||
...options,
|
||||
name: 'kill',
|
||||
description: 'Kill a user',
|
||||
preconditions: [['CoordinatorOnly', 'PatreonOnly']],
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user