Advertisement
Guest User

Untitled

a guest
Nov 11th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. if (authorApplication.step == 17) {
  2. authorApplication.answer17 = message.content;
  3. message.author.send(">>> **Thank You For Applying! Please read iver our staff rules https://docs.google.com/document/d/1c6ossg59YTZfxyheFB_kS8Dc67Rh1dcIkNeF8eBP38I/edit?usp=sharing**");
  4. const channel = bot.channels.cache.find(channel => channel.id === "774833147321647104")
  5. channel.send(`${message.author}\n >>> **Question 1: You understand and AGREE that these positions are NON PAID positions for the time being. AND YOU MUST HAVE A MICROPHONE** \n Answer: ${authorApplication.answer1}\n **Question 2: How Old are You?** \n Answer: ${authorApplication.answer2}\n **Question 3: WE ASSIGN TASK IN A PROGRAM CALLED MEISTERTASK, PLEASE ATTACH YOUR EMAIL SO WE MAY ADD YOU TO THIS IF YOU ARE ACCEPTED. YOUR APPLCIATION AND PERSONAL INFO WILL BE DELETED IF YOU ARE DENIED** \n Answer: ${authorApplication.answer3}\n **Question 4: Please confirm that you are aware that only successful applicants will receive a response, and if no response is received you may reapply in 30 days?**\n Answer: ${authorApplication.answer4}\n **Question 5: What’s your minecraft Username?** \n Answer: ${authorApplication.answer5}\n **Question 6: What is your Discord Name?** \n Answer: ${authorApplication.answer6}\n **Question 7: What Position Are You Applying For? Helper, Mod, Builder Or Developer** \n Answer: ${authorApplication.answer7}\n **Question 8: Why Should We Choose You Over Others?** \n Answer: ${authorApplication.answer8}\n **Question 9: How much time do you have to contribute to the role?** \n Answer: ${authorApplication.answer9}\n **Question 10: Have you ever been banned or punished on any server? If so, please include details.** \n Answer: ${authorApplication.answer10}\n **Question 11: Do you have any experience with configs or plugins?"** \n Answer: ${authorApplication.answer11}\n **Question 12: Do you have any past staff experience?** \n Answer: ${authorApplication.answer12}\n **Question 13: What are your strengths and weaknesses** \n Answer: ${authorApplication.answer13}\n **Question 14: Why do you want to join AnytimeMC?** \n Answer: ${authorApplication.answer14}\n **Question 15: What can you bring to Our team?** \n Answer: ${authorApplication.answer15}\n **Question 16: IS THERE ANYTHING ELSE WE SHOULD KNOW?** \n Answer: ${authorApplication.answer16}\n **Question 17: YOU AGREE TO DO A VERBAL INTERVIEW IF YOUR APPLICATION IS ACCEPTED** \n Answer: ${authorApplication.answer17}`)
  6. delete userApplications[authorId];
  7.  
  8. delete userApplications[authorId];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement