Advertisement
Rashwan-

Invite Bot Code

Mar 23rd, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. client.on ('message', async (revolution) => {
  2.   if (!revolution.guild || revolution.author.bot) return false;
  3.   var prefix = "!";
  4.   switch (revolution.content.split(' ') [0]){
  5.     case prefix + 'invite':
  6.       client.generateInvite(["ADMINISTRATOR"]).then (url => {
  7.         revolution.channel.send("Invite Link:\n" + url)
  8.       })
  9.       break;
  10.   }
  11. });
  12.  
  13. //By Rashwan || Revolution Codes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement