add "detention" alias for probation
This commit is contained in:
parent
aa3edbedf3
commit
f723f61af3
|
@ -243,7 +243,8 @@ client.on('message', async (message) => {
|
|||
}
|
||||
|
||||
case 'unapprove':
|
||||
case 'probation': {
|
||||
case 'probation':
|
||||
case 'detention': {
|
||||
const users = await extractUsers(message, args);
|
||||
if (!users?.length) return console.log('No users received');
|
||||
|
||||
|
|
Loading…
Reference in a new issue