JaBa/languages/en-US/moderation/giveaway.json

35 lines
1.6 KiB
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Manages giveaways",
"USAGE": "[create] [duration] [winners_count] [prize] [isdrop]]\nOr [reroll/end/delete] [giveaway_id]",
2023-06-06 10:21:47 +05:00
"EXAMPLES": "create duration:1w winners_count:1 prize:Discord Nitro isdrop:False\ngiveaway reroll giveaway_id:597812898022031374",
2023-06-06 22:48:46 +05:00
"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"
2023-06-06 10:21:47 +05:00
}