mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-23 20:26:49 +00:00
5 lines
No EOL
125 B
JavaScript
5 lines
No EOL
125 B
JavaScript
const Guild = require('../../model/guild');
|
|
|
|
module.exports = async (member) => {
|
|
Guild.guildMemberAddHandler(member);
|
|
}; |