mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
change: gambling commands now show amount bet. Slightly changed the layout. Updated some gambling strings
add: added .btr excl
This commit is contained in:
@@ -238,10 +238,10 @@
|
||||
"sb_user": "User soft-banned",
|
||||
"awarded": "{2} has awarded {0} to {1}",
|
||||
"better_luck": "Better luck next time ^_^",
|
||||
"br_win": "Congratulations! You won {0} for rolling above {1}",
|
||||
"betroll_win": "Congratulations! You rolled above {0}",
|
||||
"deck_reshuffled": "Deck reshuffled.",
|
||||
"flipped": "Flipped {0}",
|
||||
"flip_guess": "You guessed it! You won {0}",
|
||||
"betflip_guess": "You guessed it!",
|
||||
"flip_invalid": "Invalid number specified. You can flip 1 to {0} coins.",
|
||||
"flip_results": "Flipped {0} coins. {1} heads, {2} tails.",
|
||||
"cards_left": "{0} cards left in the deck.",
|
||||
@@ -266,7 +266,8 @@
|
||||
"available_tests": "Available Tests",
|
||||
"test_results_for": "Test results for {0}",
|
||||
"won": "Won",
|
||||
"multiplier": "Multiplier",
|
||||
"bet": "Bet",
|
||||
"multi": "Multi",
|
||||
"tails": "Tail",
|
||||
"take": "successfully took {0} from {1}",
|
||||
"take_fail": "was unable to take {0} from {1} because the user doesn't have that much {2}!",
|
||||
@@ -1129,8 +1130,10 @@
|
||||
"btnrole_none": "There are no button roles on this page.",
|
||||
"btnrole_removeall_not_found": "Button role successfully removed but message wasn't found.",
|
||||
"btnrole_removed": "Button role removed.",
|
||||
"btnrole_exclusive": "Users can now pick only one of the roles from that message.",
|
||||
"btnrole_multiple": "Users can now pick any number of button roles from that message.",
|
||||
"no_last_queued_found": "No last queued track found.",
|
||||
"wrongsong_success": "Oops! Wrong song removed: {0}",
|
||||
"server_not_found": "Server not found.",
|
||||
"server_color_set": "Successfully set a new server color.",
|
||||
"server_color_set": "Successfully set a new server color."
|
||||
}
|
||||
|
@@ -300,7 +300,7 @@
|
||||
"hangman_running": "Hangman game already running on this channel.",
|
||||
"hangman_start_errored": "Starting hangman errored.",
|
||||
"hangman_types": "List of \u0022{0}hangman\u0022 term types:",
|
||||
"picked": "picked {0}",
|
||||
"picked": "{0} picked {1}",
|
||||
"planted": "{0} planted {1}",
|
||||
"trivia_already_running": "Trivia game is already running on this server.",
|
||||
"trivia_game": "Trivia Game",
|
||||
|
Reference in New Issue
Block a user