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
Karl 1 year ago committed by GitHub
parent 00cdd54542
commit e8979aa8d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,4 +3,5 @@ DISCORD_TOKEN="<discord_bot_token>"
DEBUG_GUILD="755420092027633774"
DEBUG_CHANNEL="907974109084942396"
ALLOWED_GUILDS="971268468148166697,971268468148166697"
ALLOWED_ROLES="Admin,gpt"
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!"

Loading…
Cancel
Save