mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Started work on giveaways, not completed
This commit is contained in:
@@ -1066,5 +1066,14 @@
|
||||
"cache_users_pending": "Updating users, please wait...",
|
||||
"cache_users_done": "{0} users were added and {1} users were updated.",
|
||||
"sticky_roles_enabled": "Sticky roles enabled. Leaving users' roles will be restored when they rejoin the server.",
|
||||
"sticky_roles_disabled": "Sticky roles disabled."
|
||||
"sticky_roles_disabled": "Sticky roles disabled.",
|
||||
"giveaway_duration_invalid": "Giveaway may not be shorter than 1 minute or longer than 30 days",
|
||||
"giveaway_started": "Giveaway Started!",
|
||||
"giveaway_max_amount_reached": "You've reached the maximum amount of giveaways you can have on this server.",
|
||||
"giveaway_not_found": "Giveaway not found.",
|
||||
"giveaway_ended": "Giveaway ended",
|
||||
"no_givaways": "There are no active giveaways on this server.",
|
||||
"giveaway_cancelled": "Giveaway cancelled.",
|
||||
"giveaway_starting": "Starting giveaway...",
|
||||
"winner": "Winner"
|
||||
}
|
||||
|
Reference in New Issue
Block a user