forked from engineering/cloudservices
parent
69fe6256fa
commit
e826e464c9
|
@ -51,7 +51,7 @@ export default class Modlogs extends Command {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (embeds.length === 1) {
|
if (embeds.length === 1) {
|
||||||
msg.edit({ content: '', embeds: [embeds[0]] });
|
msg.edit({ embeds: [embeds[0]] });
|
||||||
} else {
|
} else {
|
||||||
this.client.util.createPaginationEmbed(message, embeds);
|
this.client.util.createPaginationEmbed(message, embeds);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue