PredaaA ed6d012e6c
[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>
2020-02-15 00:14:34 -05:00

7 lines
91 B
Python

from .streams import Streams
def setup(bot):
cog = Streams(bot)
bot.add_cog(cog)