From 4bd924bae49b805a14b4d11d1c4e996152e9e95c Mon Sep 17 00:00:00 2001 From: john doe <5-unknown@libraryofcode.org> Date: Fri, 27 Dec 2019 15:24:15 -0500 Subject: [PATCH] Update help.ts --- src/commands/help.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/help.ts b/src/commands/help.ts index c02d6ac..6ad81aa 100644 --- a/src/commands/help.ts +++ b/src/commands/help.ts @@ -42,6 +42,7 @@ export default class Help extends Command { }); // @ts-ignore if (cmdPages.length === 1) return message.channel.createMessage({ embed: cmdPages[0] }); + // @ts-ignore return createPaginationEmbed(message, this.client, cmdPages); } const resolved = await this.client.util.resolveCommand(args, message);