mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -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:
|
||||
- { }
|
Reference in New Issue
Block a user