Fix a bug in search_channels resulting in a key error when creating users.
Added eventsub package to setup.py.
Stop echo messages from triggering commands by default.
v2.0.2
Add an additional optional bool argument to routines, wait_first which waits the specified amount of hours, minutes or seconds before starting the first iteration. Does not have any effect when the time argument is passed. Defaults to False.
v2.0.1
Fix bug in add_event that was raising an AttributeError when checking if the callback was a coroutine.
v2.0.0
The first stable release of version 2.0.0.
Version 1.2.3
Fixes an issue with the User object containing mixed fields
Version 1.2.2
This release fixes Client.get_users raising TypeError('__new__() takes 10 positional arguments but 11 were given',)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps twitchio from 1.2.1 to 2.0.3.
Release notes
Sourced from twitchio's releases.
Commits
ba63a09
Bump version to2.0.3
7f7163d
expires_at
should bestarted_at
in SearchUser.eaf745b
Add eventsub package to setup.py686f6b4
Don't handle commands on echo messages by default.db8808b
Fix code style issues with Black25cd3f1
Bump version to2.0.2
.37dd0ed
Add routine argumentwait_first
which waits the specided hours, minutes or ...036d5f7
Bump version to2.0.1
3762868
Fix add_event raising AttributeError.492a3ec
Some extra docs and license info.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)