fix(arabot): discord is literally 1984

This commit is contained in:
Anthony 2022-07-27 03:01:42 +01:00
parent c0273f5f8c
commit c327250b77

View File

@ -25,7 +25,7 @@ export class N1984Command extends Command {
public constructor(context: Command.Context, options: Command.Options) {
super(context, {
...options,
name: '1984',
name: 'm',
description: 'this is literally 1984',
preconditions: ['ModOnly'],
});