Mock event for /ban only tests timeouts
Closed this issue · 0 comments
Xemdo commented
Current behavior is that the is_permanent
field is constantly set to false. This only lets us test timeouts, not bans.
Expected /ban behavior:
ends_at
will be nullis_permanent
will be set totrue
Expected /timeout behavior:
ends_at
will be 3 minutes in the future (custom input should be allowed)is_permanent
will be set tofalse
Default use of "twitch event trigger ban" should be simulating /ban.