returnf'You missed a call from {self.author.name}'
returnf'You missed a call from {self.author.name} that lasted {int((utils.utcnow()-self.call.ended_timestamp).total_seconds())} seconds.'# type: ignore
else:
else:
returnf'{self.author.name} started a call \N{EM DASH} Join the call.'
returnf'{self.author.name} started a call \N{EM DASH} Join the call.'
@ -1782,10 +1773,6 @@ class Message(PartialMessage, Hashable):
f'{self.author.name} has added {self.content} to this channel. Its most important updates will show up here.'
f'{self.author.name} has added {self.content} to this channel. Its most important updates will show up here.'
)
)
ifself.typeisMessageType.guild_stream:
# The author will be a Member
returnf'{self.author.name} is live! Now streaming {self.author.activity.name}'# type: ignore
return'This server has been removed from Server Discovery because it no longer passes all the requirements. Check Server Settings for more details.'
return'This server has been removed from Server Discovery because it no longer passes all the requirements. Check Server Settings for more details.'
@ -1799,7 +1786,7 @@ class Message(PartialMessage, Hashable):
return'This server has failed Discovery activity requirements for 3 weeks in a row. If this server fails for 1 more week, it will be removed from Discovery.'
return'This server has failed Discovery activity requirements for 3 weeks in a row. If this server fails for 1 more week, it will be removed from Discovery.'
ifself.typeisMessageType.thread_created:
ifself.typeisMessageType.thread_created:
returnf'{self.author.name} started a thread: **{self.content}**. See all **threads**.'
returnf'{self.author.name} started a thread: **{self.content}**. See all threads.'