brh55 / botkit-discord

🤖👾 A Botkit connector for Discord with support for text, voice, attachments, embedded messages, and more.
38 stars 7 forks source link

Abstract a custom event for MOTD / New Comers #9

Open brh55 opened 5 years ago

brh55 commented 5 years ago

Currently, there isn't an easy way to trigger events for new users joining the guild / server (other than the discord.js way). But because this is so commonly used, I think this is important to add an abstraction which includes some basic APIs and use cases.

For example, moving users to a private room, and allowing them to accept Terms of Agreements.