Androz2091 / discord-giveaways

🎉 Complete framework to facilitate the creation of giveaways using discord.js
https://discord-giveaways.js.org
MIT License
336 stars 127 forks source link

Giveaway Author not showing! #487

Closed Cupcake-Development closed 1 year ago

Cupcake-Development commented 1 year ago

Hello,

I created a bot using this npm in d.js v14.. I added hostedBy: "Hostedby: {this.hostedBy}"

But its not showing in giveaway message how can i make it show in giveaway message.. ![Uploading IMG_20221215_001317.jpg…]()

reinacchi commented 1 year ago

Your attachment image doesn't seem to be loaded correctly. Can you resend that or provide us with the code you're using instead?

Nico105 commented 1 year ago
messages: { 
    hostedBy: "HostedBy: {this.hostedBy}"
},
hostedBy: interaction.user
Cupcake-Development commented 1 year ago

Got it Thankyou for the help. ❤