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