twitchdev/twitch-cli

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 null
  • is_permanent will be set to true

Expected /timeout behavior:

  • ends_at will be 3 minutes in the future (custom input should be allowed)
  • is_permanent will be set to false

Default use of "twitch event trigger ban" should be simulating /ban.