mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
add: added .snipe command
add: added .gsreset and .bsreset commands change: improved .timely rewards for patrons dev: Improved how blacklist works under the hood
This commit is contained in:
@@ -2711,6 +2711,13 @@ gamblestats:
|
||||
- ''
|
||||
params:
|
||||
- { }
|
||||
gamblestatsreset:
|
||||
desc: |-
|
||||
Resets the gamble stats.
|
||||
ex:
|
||||
- ''
|
||||
params:
|
||||
- { }
|
||||
slot:
|
||||
desc: |-
|
||||
Play Nadeko slots by placing your bet.
|
||||
@@ -4648,6 +4655,16 @@ translateflags:
|
||||
- ''
|
||||
params:
|
||||
- { }
|
||||
betstatsreset:
|
||||
desc: |-
|
||||
Reset all of your Bet Stats for a fee.
|
||||
You can alternatively reset Bet Stats for the specified game.
|
||||
ex:
|
||||
- ''
|
||||
- 'game'
|
||||
params:
|
||||
- game:
|
||||
desc: 'The game to reset betstats for. Omit to reset all games'
|
||||
betstats:
|
||||
desc: |-
|
||||
Shows the current bet stats for yourself, or the targetted user.
|
||||
@@ -4677,4 +4694,12 @@ rakeback:
|
||||
ex:
|
||||
- ''
|
||||
params:
|
||||
- {}
|
||||
- {}
|
||||
snipe:
|
||||
desc: |-
|
||||
Snipe the message you replied to with this command.
|
||||
Otherwise, if you don't reply to a message, it will snipe the last message sent in the channel (out of the last few messages) which has text or an image.
|
||||
ex:
|
||||
- ''
|
||||
params:
|
||||
- { }
|
@@ -1117,5 +1117,6 @@
|
||||
"trfl_disabled": "Flag translation disabled.",
|
||||
"rakeback_claimed": "You've claimed {0} as rakeback!",
|
||||
"rakeback_none": "You don't have any rakeback to claim yet.",
|
||||
"rakeback_available": "You have {0} rakeback available. Click the button to claim."
|
||||
"rakeback_available": "You have {0} rakeback available. Click the button to claim.",
|
||||
"sniped_by": "Sniped by {0}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user