Yes
This commit is contained in:
parent
f15e0d831f
commit
75c6d307de
13 changed files with 540 additions and 0 deletions
utils
15
utils/messages.js
Normal file
15
utils/messages.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
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"
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue