Advertisement
2wild4u

Untitled

May 26th, 2020
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. if(args[0].toLowerCase()=='create'){
  2. let rName = message.content.split(`${bot.prefix}role create `).join("")
  3. let rColor;
  4. args.forEach(arg=>{
  5. if(arg.startsWith("#")){
  6. rColor=arg
  7. }
  8. })
  9. if(!rName){
  10. return message.channel.send(`You did not specify a name for your role!`)
  11. }
  12. if(!rColor){
  13. return message.channel.send(`You did not specify a color for your role!`)
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement