diff --git a/src/commands/modlogs.ts b/src/commands/modlogs.ts index f326669..ee5ea30 100644 --- a/src/commands/modlogs.ts +++ b/src/commands/modlogs.ts @@ -54,7 +54,7 @@ export default class Modlogs extends Command { if (embeds.length === 1) { // @ts-ignore - message.channel.createMessage({ embed: embeds[0] }); + msg.edit({ content: '', embed: embeds[0] }); } else { createPaginationEmbed(message, this.client, embeds, {}, msg); }