bot.tellraw(selector,[{text:'The bot\'s username is: ',color:'white'},{text:bot.username,color:'gold',clickEvent:{action:'copy_to_clipboard',value:bot.username},hoverEvent:{action:'show_text',contents:[{text:'Click here to copy the username to your clipboard',color:'green'}]}},{text:' and the UUID is: '},{text:bot.uuid,color:'aqua',clickEvent:{action:'copy_to_clipboard',value:bot.uuid},hoverEvent:{action:'show_text',contents:[{text:'Click here to copy the UUID to your clipboard',color:'green'}]}}])