-
Notifications
You must be signed in to change notification settings - Fork 21
/
config.js
33 lines (31 loc) · 1.46 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module.exports = {
giveawayManager: {
//Private Message Information.
//If you set false, the bot will not send private message information to members who join the giveaway, for example.
privateMessageInformation: true,
// When a giveaway is created the bot pings everyone (true or false)
everyoneMention: false,
// You can choose a custom reaction
reaction: '🎉'
},
// You can leave it as it is here by default.
// Don't change things in {} brackets like {winners}, ...
messages: {
giveaway: '🎉 **Giveaway**',
giveawayEnded: '🎉 **Giveaway Ended**',
title: 'Prize: {this.prize}',
drawing: 'The giveaway ends in: {timestamp}',
dropMessage: 'Be the first, and react to 🎉!',
inviteToParticipate: 'React with 🎉 to enter the giveaway!',
winMessage: 'Congratulations, {winners}! You won **{this.prize}**!',
embedFooter: '{this.winnerCount} winner(s)',
noWinner: 'Giveaway cancelled, no valid participations.',
hostedBy: 'Hosted by: {this.hostedBy}',
winners: 'Winner(s):',
endedAt: 'Ended at',
paused: '⚠️ **This giveaway is paused!**',
infiniteDurationText: '`NEVER`',
congrat: 'New winner(s): {winners}! Congratulations, your prize is **{this.prize}**!',
error: 'Reroll cancelled, no valid participations.'
}
} //linked in the description