Open SwiftQS opened 8 years ago
Create a hook for new users to the server that would enable current and future features to perform actions like greeting the user and giving them server info, initializing various things, etc.
Under discord.js documention for Client: serverNewMember Emitted when a user joins a server, supplies a Server object and a User object.
Create a hook for new users to the server that would enable current and future features to perform actions like greeting the user and giving them server info, initializing various things, etc.