Update modlogs.ts

merge-requests/1/head
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
msg.edit({ content: '', embed: embeds[0] });
} else {
// @ts-ignore
createPaginationEmbed(message, this.client, embeds, {}, msg);
}
return msg;