User Joins Server
How to use the User Joins Server event in Discord Bot Studio
Last updated
How to use the User Joins Server event in Discord Bot Studio
Last updated
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.
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.