1
0
Fork 0

fix: modlogs command pagination embed

closes #8
master
Hiroyuki 2021-09-12 22:15:43 -04:00
parent 69fe6256fa
commit e826e464c9
No known key found for this signature in database
GPG Key ID: AF65958B7B7362E6
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export default class Modlogs extends Command {
});
if (embeds.length === 1) {
msg.edit({ content: '', embeds: [embeds[0]] });
msg.edit({ embeds: [embeds[0]] });
} else {
this.client.util.createPaginationEmbed(message, embeds);
}