static S returnImage(S imageURL) { O cacheBot = getBot("#1002623"); // Image Cache Bot if (cacheBot != null) pcall { ret (S) call(cacheBot, "returnImage", imageURL); } imageURL = urlShortener(imageURL); ret "Lookie here: " + imageURL; }