Update modlogs.ts
parent
4bd924bae4
commit
4cdc217b6e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue