Added welcome message to inform of DDoS attack

This commit is contained in:
Albatros 2021-07-08 23:33:34 -04:00
parent 53fb1a7169
commit b8a0f5f003
3 changed files with 19 additions and 11 deletions

View file

@ -0,0 +1,5 @@
const Guild = require('../../model/guild');
module.exports = async (member) => {
Guild.guildMemberAddHandler(member);
};