Merge branch 'master' into 'master'

hopefully fix bug mentioned in #8

See merge request engineering/cloudservices!6
pull/15/head
Hiroyuki 2021-09-13 01:42:56 +00:00
commit 502321ee2e
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);