1
0
Fork 0

Stop creating another message

refactor/models
Bsian 2019-10-29 20:14:02 +00:00
parent 9eca427ce9
commit f0385ce177
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}