mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
- .streamsclear re-added. It will remove all followed streams on the server.
- .gifts now have 3 new ✂️ Haircut 🧻 ToiletPaper and 🥀 WiltedRose which **reduce** waifu's value - Added a new multiplier (waifu.multi.negative_gift_effect default 0.5, changeable via .config gambling or data/gambling.yml)
This commit is contained in:
@@ -902,6 +902,10 @@ streamadd:
|
||||
desc: "Notifies this channel when the stream on the specified URL goes online or offline. Offline notifications will only show if you enable `{0}streamoff`. Maximum 10 per server."
|
||||
args:
|
||||
- "twitch.tv/someguy"
|
||||
streamsclear:
|
||||
desc: "Removes all followed streams on this server."
|
||||
args:
|
||||
- ""
|
||||
streamremove:
|
||||
desc: "Stops following the stream on the specified index. (use `{0}stl` to see indexes)"
|
||||
args:
|
||||
@@ -1433,7 +1437,10 @@ waifutransfer:
|
||||
args:
|
||||
- "@ExWaifu @NewOwner"
|
||||
waifugift:
|
||||
desc: "Gift an item to someone. This will increase their waifu value by 50% of the gifted item's value if they are not your waifu, or 95% if they are. Provide no parameters to see a list of items that you can gift."
|
||||
desc: -|
|
||||
Gift an item to someone. This will increase their waifu value by a percentage of the gift's value.
|
||||
Negative gifts will not show up in waifuinfo.
|
||||
Provide no parameters to see a list of items that you can gift.
|
||||
args:
|
||||
- ""
|
||||
- "Rose @Himesama"
|
||||
|
@@ -507,6 +507,7 @@
|
||||
"streamer_online": "Streamer {0} is online with {1} viewers.",
|
||||
"streams_follow_title": "Streams you're following",
|
||||
"streams_none": "You are not following any streams on this server.",
|
||||
"streams_cleared": "All streams followed on this server have been removed.",
|
||||
"stream_no": "No such stream.",
|
||||
"stream_off_enabled": "Stream notifications will now show when a stream goes offline.",
|
||||
"stream_off_disabled": "Stream notifications will no longer show when a stream goes offline.",
|
||||
|
Reference in New Issue
Block a user