forked from engineering/cloudservices
fixes
parent
b23f5f5418
commit
ca54a92545
|
@ -60,6 +60,7 @@ export default class Users extends Command {
|
||||||
if (embeds.length === 1) {
|
if (embeds.length === 1) {
|
||||||
msg.edit({ content: '', embed: embeds[0] });
|
msg.edit({ content: '', embed: embeds[0] });
|
||||||
} else {
|
} else {
|
||||||
|
msg.delete();
|
||||||
createPaginationEmbed(message, embeds, {});
|
createPaginationEmbed(message, embeds, {});
|
||||||
}
|
}
|
||||||
return msg;
|
return msg;
|
||||||
|
|
Loading…
Reference in New Issue