mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 21:34:13 +02:00
fix(arabot): description for restrictLogs command to be reflective of the command
This commit is contained in:
parent
1f3610a89d
commit
0068fb5bdd
@ -29,7 +29,7 @@ export class RestrictLogsCommand extends Command {
|
|||||||
super(context, {
|
super(context, {
|
||||||
...options,
|
...options,
|
||||||
name: 'restrictlogs',
|
name: 'restrictlogs',
|
||||||
description: 'Unrestricts a user',
|
description: 'Shows restriction history for a user',
|
||||||
preconditions: ['ModOnly'],
|
preconditions: ['ModOnly'],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user