Browse Source

Update Message.system_content join strings to be up to date.

Fixes #4211
pull/5069/head
Rapptz 5 years ago
parent
commit
de7c96333c
  1. 48
      discord/message.py

48
discord/message.py

@ -187,7 +187,7 @@ class Attachment:
.. versionadded:: 1.4 .. versionadded:: 1.4
spoiler: :class:`bool` spoiler: :class:`bool`
Whether the file is a spoiler. Whether the file is a spoiler.
.. versionadded:: 1.4 .. versionadded:: 1.4
Raises Raises
@ -663,45 +663,19 @@ class Message:
if self.type is MessageType.new_member: if self.type is MessageType.new_member:
formats = [ formats = [
"{0} just joined the server - glhf!", "{0} joined the party.",
"{0} just joined. Everyone, look busy!", "{0} is here.",
"{0} just joined. Can I get a heal?",
"{0} joined your party.",
"{0} joined. You must construct additional pylons.",
"Ermagherd. {0} is here.",
"Welcome, {0}. Stay awhile and listen.",
"Welcome, {0}. We were expecting you ( ͡° ͜ʖ ͡°)",
"Welcome, {0}. We hope you brought pizza.", "Welcome, {0}. We hope you brought pizza.",
"Welcome {0}. Leave your weapons by the door.",
"A wild {0} appeared.", "A wild {0} appeared.",
"Swoooosh. {0} just landed.", "{0} just landed.",
"Brace yourselves. {0} just joined the server.",
"{0} just joined... or did they?",
"{0} just arrived. Seems OP - please nerf.",
"{0} just slid into the server.", "{0} just slid into the server.",
"A {0} has spawned in the server.", "{0} just showed up!",
"Big {0} showed up!", "Welcome {0}. Say hi!",
"Where’s {0}? In the server!", "{0} hopped into the server.",
"{0} hopped into the server. Kangaroo!!", "Everyone welcome {0}!",
"{0} just showed up. Hold my beer.", "Glad you're here, {0}.",
"Challenger approaching - {0} has appeared!", "Good to see you, {0}.",
"It's a bird! It's a plane! Nevermind, it's just {0}.", "Yay you made it, {0}!",
"It's {0}! Praise the sun! \\[T]/",
"Never gonna give {0} up. Never gonna let {0} down.",
"{0} has joined the battle bus.",
"Cheers, love! {0}'s here!",
"Hey! Listen! {0} has joined!",
"We've been expecting you {0}",
"It's dangerous to go alone, take {0}!",
"{0} has joined the server! It's super effective!",
"Cheers, love! {0} is here!",
"{0} is here, as the prophecy foretold.",
"{0} has arrived. Party's over.",
"Ready player {0}",
"{0} is here to kick butt and chew bubblegum. And {0} is all out of gum.",
"Hello. Is it {0} you're looking for?",
"{0} has joined. Stay a while and listen!",
"Roses are red, violets are blue, {0} joined this server with you",
] ]
# manually reconstruct the epoch with millisecond precision, because # manually reconstruct the epoch with millisecond precision, because

Loading…
Cancel
Save