diff --git a/src/commands/modlogs.ts b/src/commands/modlogs.ts index 7a5f78c..dc23c45 100644 --- a/src/commands/modlogs.ts +++ b/src/commands/modlogs.ts @@ -57,6 +57,7 @@ export default class Modlogs extends Command { // @ts-ignore msg.edit({ content: '', embed: embeds[0] }); } else { + // @ts-ignore createPaginationEmbed(message, this.client, embeds, {}, msg); } return msg;