Holana/utils/message.js

18 lines
672 B
JavaScript
Raw Normal View History

2023-04-29 02:59:08 -07:00
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",
};