1
0
Fork 0

Merge branch 'master' into 'master'

hopefully fix bug mentioned in #8

See merge request engineering/cloudservices!6
master
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) {
msg.edit({ content: '', embeds: [embeds[0]] });
msg.edit({ embeds: [embeds[0]] });
} else {
msg.delete();
this.client.util.createPaginationEmbed(message, embeds);