mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
35 lines
No EOL
1.6 KiB
JSON
35 lines
No EOL
1.6 KiB
JSON
{
|
|
"DESCRIPTION": "Manages giveaways",
|
|
"USAGE": "[create] [duration] [winners_count] [prize] [isdrop]]\nOr [reroll/end/delete] [giveaway_id]",
|
|
"EXAMPLES": "create duration:1w winners_count:1 prize:Discord Nitro isdrop:False\ngiveaway reroll giveaway_id:597812898022031374",
|
|
"CREATE": "Create a giveaway",
|
|
"REROLL": "Reroll a giveaway",
|
|
"DELETE": "Delete a giveaway",
|
|
"END": "Forcefully end a giveaway",
|
|
"GIVEAWAY_ID": "Giveaway message ID",
|
|
"WINNERS_COUNT": "Number of winners",
|
|
"PRIZE": "Prize",
|
|
"ISDROP": "Is it a drop?",
|
|
"NOT_FOUND": "Giveaway with ID `{{messageId}}` not found",
|
|
"NOT_FOUND_ENDED": "No **ended** giveaways found with ID `{{messageId}}`",
|
|
"MAX_DURATION": "The maximum duration for a giveaway is 10 days",
|
|
"MAX_COUNT": "You can only create a maximum of 5 giveaways simultaneously",
|
|
"TITLE": "🎉🎉 **GIVEAWAY** 🎉🎉",
|
|
"ENDED": "🎉🎉 **GIVEAWAY ENDED** 🎉🎉",
|
|
"TIME_REMAINING": "Time remaining: **{duration}**",
|
|
"INVITE_PARTICIPATE": "React with 🎉 to participate",
|
|
"WIN_MESSAGE": "Congratulations, {winners}! You won **{this.prize}**",
|
|
"DRAWING": "Ending at: {timestamp}",
|
|
"DROP": "Be the first to react with 🎉",
|
|
"FOOTER": "Giveaway",
|
|
"NO_WINNER": "Giveaway canceled, no one participated.",
|
|
"WINNERS": "Winner(s):",
|
|
"END_AT": "Ended at:",
|
|
"HOSTED_BY": "Hosted by: {this.hostedBy}",
|
|
"REROLL_CONGRAT": "🎉 New winner(s): {winners}! Congratulations",
|
|
"REROLL_ERROR": "No valid participants, no one won",
|
|
"GIVEAWAY_CREATED": "Giveaway started",
|
|
"GIVEAWAY_REROLLED": "Giveaway rerolled",
|
|
"GIVEAWAY_ENDED": "Giveaway forcibly ended",
|
|
"GIVEAWAY_DELETED": "Giveaway deleted"
|
|
} |