From eb9d515164be2f4686c7509eacb604f4c34f80d0 Mon Sep 17 00:00:00 2001 From: Ar Rakin Date: Mon, 1 Aug 2022 19:18:17 +0600 Subject: [PATCH] feat(welcomer): add more welcome messages --- resources/welcome_messages.json | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/resources/welcome_messages.json b/resources/welcome_messages.json index 385092122..886f01825 100644 --- a/resources/welcome_messages.json +++ b/resources/welcome_messages.json @@ -1,14 +1,18 @@ [ - "Someone joined the server! Everyone welcome :mention:!", - "Hello world, :mention:!", - "Hi :mention:! We were waiting for you!", - "Hola :mention:!", - "A new member :mention: appeared in the server!", - "What a timing! Welcome :mention: to :guild:!", - "Aye aye Captain :mention:! Welcome to :guild:!", - "Ayo we got a new member, welcome :mention:!", - "Looks like someone joined the party! Greetings, :mention:!", - "Greetings, :mention:!", - "An epic :mention: appeared!", - "Welcome :mention:, to :guild:!" + "Someone joined the server! Everyone welcome **:username:**!", + "Hello world, **:username:**!", + "Hi **:username:**! We were waiting for you!", + "Hola **:username:**!", + "A new member **:username:** appeared in the server!", + "What a timing! Welcome **:username:** to :guild:!", + "Aye aye Captain **:username:**! Welcome to :guild:!", + "Ayo we got a new member, welcome **:username:**!", + "Looks like someone joined the party! Greetings, **:username:**!", + "Greetings, **:username:**!", + "An epic **:username:** appeared!", + "Live long, **:username:**!", + "Make way for **:username:**!", + "**:username:** is here!", + "We're no strangers to talk,\nYou read the rules... and so do we!\nA *TES Roll* is what I'm thinking of...\nYou wouldn't get this from any other server, **:username:**!", + "Welcome **:username:**, to :guild:!" ] \ No newline at end of file