Skip to content

Commit

Permalink
Added journal icon to embed message
Browse files Browse the repository at this point in the history
  • Loading branch information
maya-dc-patel committed Sep 21, 2022
1 parent 4bf9234 commit 1fc78af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/journal.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
const embed = new EmbedBuilder()
.setColor(0x0099ff)
.setTitle(options[num])
.setThumbnail("https://cdn-icons-png.flaticon.com/512/3352/3352475.png")
.setDescription("answer this journal prompt");

const messageId = interaction.reply({ embeds: [embed] });
Expand Down

0 comments on commit 1fc78af

Please sign in to comment.