aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/moderation/stream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/stream.py b/bot/exts/moderation/stream.py
index e541baeb2..bd93ea492 100644
--- a/bot/exts/moderation/stream.py
+++ b/bot/exts/moderation/stream.py
@@ -208,7 +208,7 @@ class Stream(commands.Cog):
# Only output the message in the pagination
lines = [line[1] for line in streamer_info]
embed = discord.Embed(
- title=f"Members who can stream (`{len(lines)}` total)",
+ title=f"Members with streaming permission (`{len(lines)}` total)",
colour=Colours.soft_green
)
await LinePaginator.paginate(lines, ctx, embed, max_size=400, empty=False)