mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 08:14:14 +02:00
fix(arabot): fix embeds being linked to each other
This commit is contained in:
parent
857319e136
commit
b32c7954bd
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user