Skip to content

Commit

Permalink
Merge pull request #6 from ModularSoftAU/feat-removeVotdLink
Browse files Browse the repository at this point in the history
Remove setLink from VOTD message.
  • Loading branch information
benrobson authored Jul 30, 2023
2 parents b8f9494 + 9926218 commit 6860107
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 6860107

Please sign in to comment.