Make the PPH Bot automatically greet new joiners in the server
In order to
Introduce a welcoming vibe to the community for new members
Acceptance Criteria
[ ] The Admins must be able to configure the feature via slash command /welcomer configure
[ ] During configuration, the admins must be able to select the channel where the bot will post a welcome greeting for new joiners
[ ] During configuration, the admins must be able to set the message template to be used by the bot for welcoming members. See notes
[ ] Every time a new user joins the server and completes the onboarding, the PPH Bot must automatically post in the selected channel a message mentioning the new joiner (See notes for template)
[ ] The Admins must be able to toggle the feature on/off via /welcomer toggle
Notes
Sample template for the welcome message
Hello everyone! Let us all welcome {{user}} to the community, say hi!
Use the {{user}} as a valid placeholder for placing the username of the new joiner. It should be replaced by a mention of the actual user upon execution
As a
Admin
I want to
Make the PPH Bot automatically greet new joiners in the server
In order to
Introduce a welcoming vibe to the community for new members
Acceptance Criteria
/welcomer configure
/welcomer toggle
Notes
Sample template for the welcome message
{{user}}
as a valid placeholder for placing the username of the new joiner. It should be replaced by a mention of the actual user upon execution