replace images
This commit is contained in:
parent
48c255ae8e
commit
482f97d949
|
@ -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({
|
||||||
|
|
Loading…
Reference in New Issue