diff --git a/src/commands/users.ts b/src/commands/users.ts index 59c6396..a332016 100644 --- a/src/commands/users.ts +++ b/src/commands/users.ts @@ -60,6 +60,7 @@ export default class Users extends Command { if (embeds.length === 1) { msg.edit({ content: '', embed: embeds[0] }); } else { + msg.delete(); createPaginationEmbed(message, embeds, {}); } return msg;