From 45f6cc57ef53163928a5f792e2cf6bcb1d201a6c Mon Sep 17 00:00:00 2001 From: Tyman Date: Fri, 7 May 2021 20:09:01 +0000 Subject: format --- src/lib/extensions/BotCommand.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/extensions/BotCommand.ts') diff --git a/src/lib/extensions/BotCommand.ts b/src/lib/extensions/BotCommand.ts index e86e176..79c7a9f 100644 --- a/src/lib/extensions/BotCommand.ts +++ b/src/lib/extensions/BotCommand.ts @@ -4,7 +4,7 @@ import { BotClient } from './BotClient'; export class BotCommand extends Command { public client: BotClient; constructor(id: string, options?: CommandOptions) { - super(id, options) - this.options = options + super(id, options); + this.options = options; } } -- cgit