From f3cde793e778d1dc29b704d9cce560c6e929e6e8 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 28 May 2021 16:42:51 -0400 Subject: fuck off --- src/commands/info/help.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/info/help.ts') diff --git a/src/commands/info/help.ts b/src/commands/info/help.ts index 2f4f6b4..3c2fb47 100644 --- a/src/commands/info/help.ts +++ b/src/commands/info/help.ts @@ -34,6 +34,7 @@ export default class HelpCommand extends BushCommand { } private async generateEmbed(command?: BushCommand): Promise { + // eslint-disable-next-line @typescript-eslint/ban-ts-comment //@ts-ignore const prefix = await this.handler.prefix(); if (!command) { -- cgit