From 4cdc217b6e9cfe4f5fe563970c487de8c33b997e Mon Sep 17 00:00:00 2001 From: john doe <5-unknown@libraryofcode.org> Date: Fri, 27 Dec 2019 15:24:54 -0500 Subject: [PATCH] Update modlogs.ts --- src/commands/modlogs.ts | 1 + 1 file changed, 1 insertion(+) 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;