Holana/utils/messages.js
EmotionChild 75c6d307de Yes
2021-10-09 12:58:57 +13:00

15 lines
No EOL
677 B
JavaScript

const config = require('../config.json');
module.exports = {
giveaway: (config.everyoneMention ? "@everyone\n\n" : "")+"🎉🎉 **GIVEAWAY** 🎉🎉",
giveawayEnded: (config.everyoneMention ? "@everyone\n\n" : "")+"🎉🎉 **GIVEAWAY ENDED** 🎉🎉",
inviteToParticipate: "React with 🎉 to participate!",
dropMessage: "Be the first to react with 🎉 !",
drawing: 'Drawing: {timestamp}',
winMessage: "Congratulations, {winners}! You won **{this.prize}**!",
embedFooter: "Giveaways",
noWinner: "Giveaway cancelled, no valid participations.",
hostedBy: "Hosted by: {this.hostedBy}",
winners: "winner(s)",
endedAt: "Ended at"
};