diff --git a/src/commands/mod/restriction/restrictLogs.ts b/src/commands/mod/restriction/restrictLogs.ts index fa7757e..8fb0f11 100644 --- a/src/commands/mod/restriction/restrictLogs.ts +++ b/src/commands/mod/restriction/restrictLogs.ts @@ -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'], }); }