1
0
Fork 0

Update modlogs.ts

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

View File

@ -57,6 +57,7 @@ export default class Modlogs extends Command {
// @ts-ignore // @ts-ignore
msg.edit({ content: '', embed: embeds[0] }); msg.edit({ content: '', embed: embeds[0] });
} else { } else {
// @ts-ignore
createPaginationEmbed(message, this.client, embeds, {}, msg); createPaginationEmbed(message, this.client, embeds, {}, msg);
} }
return msg; return msg;