aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/clean.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/clean.py b/bot/cogs/clean.py
index 8b0b8ed05..571a5ced8 100644
--- a/bot/cogs/clean.py
+++ b/bot/cogs/clean.py
@@ -167,7 +167,7 @@ class Clean(Cog):
# Build the embed and send it
if len(channels) > 1:
- target_channels = ", ".join([f"<#{channel.id}>" for channel in channels])
+ target_channels = ", ".join(channel.mention for channel in channels)
else:
target_channels = f"<#{channels[0].id}>"
message = (