diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-05-28 16:42:51 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-05-28 16:42:51 -0400 |
commit | f3cde793e778d1dc29b704d9cce560c6e929e6e8 (patch) | |
tree | 759075f7f6a1deffcf88618e50771c68e1b78358 /src/commands/info/help.ts | |
parent | b0bdb217435ac1c8263ba6031bf7d7612f4b10ca (diff) | |
download | tanzanite-f3cde793e778d1dc29b704d9cce560c6e929e6e8.tar.gz tanzanite-f3cde793e778d1dc29b704d9cce560c6e929e6e8.tar.bz2 tanzanite-f3cde793e778d1dc29b704d9cce560c6e929e6e8.zip |
fuck off
Diffstat (limited to 'src/commands/info/help.ts')
-rw-r--r-- | src/commands/info/help.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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<MessageEmbed> { + // eslint-disable-next-line @typescript-eslint/ban-ts-comment //@ts-ignore const prefix = await this.handler.prefix(); if (!command) { |