mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-24 12:46:48 +00:00
Added welcome message to inform of DDoS attack
This commit is contained in:
parent
53fb1a7169
commit
b8a0f5f003
3 changed files with 19 additions and 11 deletions
5
event/bot/guild-member-add.js
Normal file
5
event/bot/guild-member-add.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
const Guild = require('../../model/guild');
|
||||
|
||||
module.exports = async (member) => {
|
||||
Guild.guildMemberAddHandler(member);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue