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) {
msg.edit({ content: '', embeds: [embeds[0]] });
msg.edit({ embeds: [embeds[0]] });
} else {
msg.delete();
this.client.util.createPaginationEmbed(message, embeds);