replace images

This commit is contained in:
ShuriZma 2024-06-21 18:20:05 +02:00
parent 48c255ae8e
commit 482f97d949
Signed by: ShuriZma
GPG Key ID: 8D289758EE9B8074
1 changed files with 3 additions and 2 deletions

View File

@ -24,9 +24,10 @@ export default {
const embed = new EmbedBuilder() const embed = new EmbedBuilder()
.setTitle('Random Fact') .setTitle('Random Fact')
.setAuthor({ .setAuthor({
name: 'Beaver Facts', name: interaction.user.displayName,
iconURL: bot.client.emojis.cache.get('1237383875924197456').imageURL(), iconURL: interaction.user.avatarURL(),
}) })
.setImage(bot.client.emojis.cache.get('1237383875924197456').imageURL())
.setDescription(fact.content) .setDescription(fact.content)
.setURL(fact.source) .setURL(fact.source)
.setFooter({ .setFooter({