diff --git a/src/commands/fact.ts b/src/commands/fact.ts index e013ae4..5c6814f 100644 --- a/src/commands/fact.ts +++ b/src/commands/fact.ts @@ -24,9 +24,10 @@ export default { const embed = new EmbedBuilder() .setTitle('Random Fact') .setAuthor({ - name: 'Beaver Facts', - iconURL: bot.client.emojis.cache.get('1237383875924197456').imageURL(), + name: interaction.user.displayName, + iconURL: interaction.user.avatarURL(), }) + .setImage(bot.client.emojis.cache.get('1237383875924197456').imageURL()) .setDescription(fact.content) .setURL(fact.source) .setFooter({