Closed Xemdo closed 1 year ago
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Fixes #195
twitch event trigger channel.ban
--ban-start
banned_at
--ban-end
ends_at
is_permanent
--ban-end flag takes custom values, single numeric values for seconds (e.g. 600), or shorthand times (e.g. 10d4h12m55s)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Problem/Feature
Fixes #195
Description of Changes:
twitch event trigger channel.ban
now defaults to permabans--ban-start
flag to specify thebanned_at
field--ban-end
flag to specify theends_at
field and inherently theis_permanent
field--ban-end
flag takes custom values, single numeric values for seconds (e.g. 600), or shorthand times (e.g. 10d4h12m55s)Checklist