[Streams] Use new Twitch API and Bearer tokens (#3487)

* Update streams.py

* Update streams

* Changelog.

* Adress Trusty's review

Co-authored-by: Michael H <michael@michaelhall.tech>
This commit is contained in:
PredaaA
2020-02-15 06:14:34 +01:00
committed by GitHub
parent 04b5a5f9ac
commit ed6d012e6c
4 changed files with 179 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
from .streams import Streams
async def setup(bot):
def setup(bot):
cog = Streams(bot)
bot.add_cog(cog)