mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 12:44:17 +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,
|
...options,
|
||||||
name: 'happy',
|
name: 'happy',
|
||||||
description: 'Express your happiness',
|
description: 'Express your happiness',
|
||||||
preconditions: [['CoordinatorOnly', 'PatreonOnly']],
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,7 +27,6 @@ export class KillCommand extends Command {
|
|||||||
...options,
|
...options,
|
||||||
name: 'kill',
|
name: 'kill',
|
||||||
description: 'Kill a user',
|
description: 'Kill a user',
|
||||||
preconditions: [['CoordinatorOnly', 'PatreonOnly']],
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user