change: gambling commands now show amount bet. Slightly changed the layout. Updated some gambling strings

add: added .btr excl
This commit is contained in:
Kwoth
2024-11-25 06:08:04 +00:00
parent 96ce7e23bb
commit 75d0eb631d
19 changed files with 184 additions and 80 deletions

View File

@@ -4769,6 +4769,19 @@ btnrolelist:
- ''
params:
- { }
btnroleexclusive:
desc: |-
Toggles whether button roles are exclusive or not.
If enabled, users can only pick one role from the buttons per message.
If disabled, users can pick any number of roles.
ex:
- '123123123 enable'
- '123123123 disable'
params:
- message:
desc: "A message link or id of the message"
enable:
desc: "Whether to enable or disable exclusive button roles"
wrongsong:
desc: |-
Removes the last queued song.
@@ -4807,4 +4820,4 @@ servercolorpending:
- '#ffff00'
params:
- color:
desc: "The hex of the color to set"
desc: "The hex of the color to set"

View File

@@ -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."
}

View File

@@ -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",