mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
[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:
@@ -1,6 +1,6 @@
|
||||
from .streams import Streams
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
def setup(bot):
|
||||
cog = Streams(bot)
|
||||
bot.add_cog(cog)
|
||||
|
||||
Reference in New Issue
Block a user