Merge pull request #30 from smyalygames/main

fix(arabot): discord is literally 1984
This commit is contained in:
Anthony 2022-07-27 03:02:00 +01:00 committed by GitHub
commit 9eeb4b02f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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