mirror of
https://github.com/DarthKilroy/Spot.git
synced 2026-02-11 13:10:08 +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);
|
|
}; |