Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Giveaway Host Added
Browse files Browse the repository at this point in the history
  • Loading branch information
sandarutharuneth authored Jul 30, 2022
1 parent 9fd48fd commit 6084d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/giveaways/giveawayRerolled.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
.setAuthor({name: "Congratulations!", iconURL: (process.env.THUMBNAIL)})
.setThumbnail(process.env.THUMBNAIL)
.setColor("#2F3136")
.setDescription(`Hello there ${member.user}\n Host of the giveaway rerolled and you have won the Giveaway on **[This Server](https://discord.com/channels/${giveaway.guildId}/${giveaway.channelId}/${giveaway.messageId})**\nGood Job On Winning **${giveaway.prize}!**\n DM the host to claim your prize!!`)
.setDescription(`Hello there ${member.user}\n Host of the giveaway rerolled and you have won the Giveaway on **[This Server](https://discord.com/channels/${giveaway.guildId}/${giveaway.channelId}/${giveaway.messageId})**\nGood Job On Winning **${giveaway.prize}!**\n DM ${giveaway.hostedBy} to claim your prize!!`)
.setTimestamp()
.setFooter({
text: "©️ IVON",
Expand Down

0 comments on commit 6084d6f

Please sign in to comment.