diff --git a/src/commands/fun/1948.ts b/src/commands/fun/m.ts similarity index 99% rename from src/commands/fun/1948.ts rename to src/commands/fun/m.ts index c75aa01..09b6ff2 100644 --- a/src/commands/fun/1948.ts +++ b/src/commands/fun/m.ts @@ -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'], });