Inject class instance into routines when used in classes, e.g inside the bot class or a cog.
v2.0.4
Fix a bug in Cog where events were persisting across multiple Cogs and being handled more than once.
v2.0.3
Small bug fixes:
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.6.
Release notes
Sourced from twitchio's releases.
Commits
54e783d
remove mentions of 2.0 in the readme4b1bfcb
version bump1ec6360
Adding the channel language on searchings. (#192)489762f
Fix routine which runs at a specific time (#199)c205f02
fix typo in Channel.user() (#203)c87b3b5
Remove line 305 - pubsub unban request (#202)5c470bf
Fix code style issues with Blackd7abca4
Remove duplicate fetch_channel and fix Chatter badges (#200)c57c35b
Fix code style issues with Black6958aea
Additional methods + fix remove_cog (#195)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)