From f77078278a247c9261e31f4341ef5c9ee9070f00 Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Wed, 6 Apr 2022 15:08:20 +0900 Subject: [PATCH] Update system_content for channel_follow_add message --- discord/message.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/discord/message.py b/discord/message.py index 4556fb405..4c427bc04 100644 --- a/discord/message.py +++ b/discord/message.py @@ -1814,7 +1814,9 @@ class Message(PartialMessage, Hashable): return f'{self.author.name} just boosted the server **{self.content}** times! {self.guild} has achieved **Level 3!**' if self.type is MessageType.channel_follow_add: - return f'{self.author.name} has added {self.content} to this channel' + return ( + f'{self.author.name} has added {self.content} to this channel. Its most important updates will show up here.' + ) if self.type is MessageType.guild_stream: # the author will be a Member