diff --git a/redbot/cogs/streams/streams.py b/redbot/cogs/streams/streams.py index 0df950be3..b305e718b 100644 --- a/redbot/cogs/streams/streams.py +++ b/redbot/cogs/streams/streams.py @@ -543,7 +543,7 @@ class Streams(commands.Cog): mention=mention_str, stream=stream ) else: - content = _("{stream.name} is live!").format(stream=stream.name) + content = _("{stream.name} is live!").format(stream=stream) m = await channel.send(content, embed=embed) stream._messages_cache.append(m)