UNPKG

cwk-ds-tools

Version:

Zero-boilerplate Discord.js bot framework with built-in MongoDB, automod, slash commands, and more

10 lines (8 loc) 222 B
module.exports = { name: 'guildMemberAdd', once: false, async execute(_member, _client) { // Auto-modlog handles this in automodlog.js // Additional custom logic can be added here } };