From 326757130b06aab75bd067b7487f12faa1ade94a Mon Sep 17 00:00:00 2001 From: john doe <5-unknown@libraryofcode.org> Date: Fri, 27 Dec 2019 15:23:40 -0500 Subject: [PATCH] Update cwg_data.ts --- src/commands/cwg_data.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/cwg_data.ts b/src/commands/cwg_data.ts index bee8f2f..f916223 100644 --- a/src/commands/cwg_data.ts +++ b/src/commands/cwg_data.ts @@ -40,6 +40,7 @@ export default class CWG_Data extends Command { this.client.signale.log(embeds); // @ts-ignore if (embeds.length === 1) return message.channel.createMessage({ embed: embeds[0] }); + // @ts-ignore return createPaginationEmbed(message, this.client, embeds, {}); } catch (error) { return this.client.util.handleError(error, message, this);