Merge pull request #31 from smyalygames/main

feat(arabot): literally 1984 pleaseeeee
This commit is contained in:
Anthony 2022-07-27 03:06:01 +01:00 committed by GitHub
commit c9352b0741
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) {
super(context, {
...options,
name: 'm',
name: '1984',
description: 'this is literally 1984',
preconditions: ['ModOnly'],
});