User Joins Server
How to use the User Joins Server event in Discord Bot Studio
This event is emitted whenever a user joins a guild.
tempVars.newuser
is variable made available by DBS which represents the user who just joined the server, triggering this event.
Example response
Connecting the above response to the User Joins Server event will send a message to the default channel welcoming and tagging any new users who join the server.
Last updated