From e8979aa8d4405056ff010a1ad164e09ffff3a691 Mon Sep 17 00:00:00 2001 From: Karl <58265182+KarlKennerley@users.noreply.github.com> Date: Sun, 1 Jan 2023 01:01:32 +0000 Subject: [PATCH] Update sample.env with welcome message. Issue #34 Added a welcome message env variable to be used when new members join the server. Fixes issue #34 --- sample.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sample.env b/sample.env index 83b3c33..85a649e 100644 --- a/sample.env +++ b/sample.env @@ -3,4 +3,5 @@ DISCORD_TOKEN="" DEBUG_GUILD="755420092027633774" DEBUG_CHANNEL="907974109084942396" ALLOWED_GUILDS="971268468148166697,971268468148166697" -ALLOWED_ROLES="Admin,gpt" \ No newline at end of file +ALLOWED_ROLES="Admin,gpt" +WELCOME_MESSAGES="Hi There! Welcome to our Discord server. We hope you'll enjoy our server and we look forward to engaing with you!"