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);