fix(arabot): description for restrictLogs command to be reflective of the command

This commit is contained in:
Anthony Berg 2024-01-04 11:26:57 +00:00
parent 1f3610a89d
commit 0068fb5bdd

View File

@ -29,7 +29,7 @@ export class RestrictLogsCommand extends Command {
super(context, {
...options,
name: 'restrictlogs',
description: 'Unrestricts a user',
description: 'Shows restriction history for a user',
preconditions: ['ModOnly'],
});
}