hopefully fix bug mentioned in #8

merge-requests/6/head
eirk 2021-09-12 12:31:22 +00:00
parent f4f5fdf381
commit cb550aa578
1 changed files with 1 additions and 1 deletions

View File

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