Advertisement
Rashwan-

Get Server Link Command

Mar 23rd, 2020
116
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 + 'رابط':
  6.       revolution.guild.channels.get (revolution.channel.id).createInvite({maxUses: 10}).then ((url) => {
  7.         revolution.author.send ("تم انشاء رابط\nمدى الرابط: يوم\nاقصى حد للاستخدام: 10\n"+url);
  8.         revolution.channel.send("Check Your DM.");
  9.       })
  10.       break;
  11.   }
  12. })
  13.  
  14. //By Rashwan || Revolution Codes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement