1
0
Fork 0

Update help.ts

refactor/models
john doe 2019-12-27 15:24:15 -05:00
parent 326757130b
commit 4bd924bae4
1 changed files with 1 additions and 0 deletions

View File

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