mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-21 20:08:51 +01:00
fix(arabot): fix embeds being linked to each other
This commit is contained in:
@@ -191,10 +191,11 @@ export class BalanceCommand extends Command {
|
||||
}
|
||||
}
|
||||
|
||||
embed
|
||||
const logEmbed = new EmbedBuilder(embed.data);
|
||||
logEmbed
|
||||
.setTimestamp()
|
||||
.setFooter({ text: `ID: ${user.id}` });
|
||||
await logChannel.send({ embeds: [embed] });
|
||||
await logChannel.send({ embeds: [logEmbed] });
|
||||
return info;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user