From c327250b7796ca6991a07d533f255befb1dff942 Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 27 Jul 2022 03:01:42 +0100 Subject: [PATCH] fix(arabot): discord is literally 1984 --- src/commands/fun/{1948.ts => m.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/commands/fun/{1948.ts => m.ts} (99%) 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'], });