diff --git a/src/commands/modlogs.ts b/src/commands/modlogs.ts index 754aebf..c5cef6e 100644 --- a/src/commands/modlogs.ts +++ b/src/commands/modlogs.ts @@ -51,7 +51,7 @@ export default class Modlogs extends Command { }); if (embeds.length === 1) { - msg.edit({ content: '', embeds: [embeds[0]] }); + msg.edit({ embeds: [embeds[0]] }); } else { this.client.util.createPaginationEmbed(message, embeds); }