Popup Modal for new Users after login?

Hello guys is it possible to add a functionality like this?
3 Replies
Patrick Boivin
Patrick Boivin15mo ago
I think it's possible. What kind of information do you want to show in this modal?
AngryTestie
AngryTestieOP15mo ago
I just want to add some welcome message for now
Matthew
Matthew15mo ago
Hmm, I would suggest, add a new column to the users table (ex new_user) with default value true. When a user logs in, it checks if the value of the column new_user that corresponds to the logged in user is null/false or true. If it's true, display modal and set value to false
Want results from more Discord servers?
Add your server