diff options
| author | Zeyla Hellyer <[email protected]> | 2018-04-27 17:59:35 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-04-27 17:59:35 -0700 |
| commit | 36d7a541ec53051007fee74f621919bea721c8f2 (patch) | |
| tree | 2c9a4d2c529138defa810648d7f5ff2ad547a87f /src | |
| parent | Take 'Date' header into account when ratelimiting (diff) | |
| download | serenity-36d7a541ec53051007fee74f621919bea721c8f2.tar.xz serenity-36d7a541ec53051007fee74f621919bea721c8f2.zip | |
Update join messages constant
Diffstat (limited to 'src')
| -rw-r--r-- | src/constants.rs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/constants.rs b/src/constants.rs index 1eff758..b79255a 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -43,6 +43,24 @@ pub static JOIN_MESSAGES: &'static [&'static str] = &[ "Where’s $user? In the server!", "$user hopped into the server. Kangaroo!!", "$user just showed up. Hold my beer.", + "Challenger approaching - $user has appeared!", + "It's a bird! It's a plane! Nevermind, it's just $user.", + r"It's $user! Praise the sun! \[T]/", + "Never gonna give $user up. Never gonna let $user down.", + "Ha! $user has joined! You activated my trap card!", + "Cheers, love! $user's here!", + "Hey! Listen! $user has joined!", + "We've been expecting you $user", + "It's dangerous to go alone, take $user!", + "$user has joined the server! It's super effective!", + "Cheers, love! $user is here!", + "$user is here, as the prophecy foretold.", + "$user has arrived. Party's over.", + "Ready player $user", + "$user is here to kick butt and chew bubblegum. And $user is all out of gum.", + "Hello. Is it $user you're looking for?", + "$user has joined. Stay a while and listen!", + "Roses are red, violets are blue, $user joined this server with you", ]; /// Enum to map gateway opcodes. |