updated utils

This commit is contained in:
EmotionChild 2022-12-02 21:54:26 +13:00
parent 89a4917986
commit ed2e644827
No known key found for this signature in database
GPG key ID: 15EBDFF858B9A65A

View file

@ -1,15 +1,18 @@
const config = require('../config.json');
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"
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",
};