Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- client.on ('message', async (revolution) => {
- if (!revolution.guild || revolution.author.bot) return false;
- var prefix = "!";
- switch (revolution.content.split(' ') [0]){
- case prefix + 'رابط':
- revolution.guild.channels.get (revolution.channel.id).createInvite({maxUses: 10}).then ((url) => {
- revolution.author.send ("تم انشاء رابط\nمدى الرابط: يوم\nاقصى حد للاستخدام: 10\n"+url);
- revolution.channel.send("Check Your DM.");
- })
- break;
- }
- })
- //By Rashwan || Revolution Codes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement