Advertisement
_0i

Untitled

_0i
Dec 22nd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. const Discord = require('discord.js');
  2. const A7MD = new Discord.Client();
  3.  
  4. console.log("BOT ONLINE");
  5.  
  6. A7MD.on("guildMemberAdd", member => {
  7. member.createDM().then(function (channel) {
  8. return channel.send(`**
  9. Welcome to TheBlackSide
  10. [ https://discord.gg/S5k2V7c ]
  11. [ ${member} ]
  12. **`)`)
  13. }).catch(console.error)
  14. })
  15. A7MD.login("NTI2MDI5Njk4NjAyNTAwMTAw.Dv_PeQ.qQlmaLKVzhxsNyxmfb9L0pUgmrY");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement