Skip to content

Commit

Permalink
Remove setLink from VOTD message.
Browse files Browse the repository at this point in the history
  • Loading branch information
benrobson committed Jul 30, 2023
1 parent b8f9494 commit 9926218
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controller/votdController.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export async function compileVotdMessage(votdData) {
try {
const embed = new MessageEmbed()
.setTitle(`[${votdData.date}] ${votdData.reference}`)
.setURL(votdData.referenceLink)
.setDescription(votdData.content)
.setColor('#cbff7c')
.setFooter({ text: `Provided by ${votdData.credit}` })
Expand Down

0 comments on commit 9926218

Please sign in to comment.