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 + 'invite':
- client.generateInvite(["ADMINISTRATOR"]).then (url => {
- revolution.channel.send("Invite Link:\n" + url)
- })
- break;
- }
- });
- //By Rashwan || Revolution Codes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement