SwiftQS / SDG_Discord_Bot_Original

Multipurpose bot for a private Discord server.
3 stars 1 forks source link

Hook for new users #56

Open SwiftQS opened 8 years ago

SwiftQS commented 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.

SwiftQS commented 8 years ago

Under discord.js documention for Client: serverNewMember Emitted when a user joins a server, supplies a Server object and a User object.