aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/commands/info/help.ts1
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) {