diff --git a/redbot/cogs/streams/streamtypes.py b/redbot/cogs/streams/streamtypes.py index 6795924f5..7fcc6b831 100644 --- a/redbot/cogs/streams/streamtypes.py +++ b/redbot/cogs/streams/streamtypes.py @@ -479,7 +479,7 @@ class PicartoStream(Stream): token_name = None # This streaming services don't currently require an API key async def is_online(self): - url = "https://api.picarto.tv/v1/channel/name/" + self.name + url = "https://api.picarto.tv/api/v1/channel/name/" + self.name async with aiohttp.ClientSession() as session: async with session.get(url) as r: