sS rawBotLink() { ret rawBotLink(programID()); } static S rawBotLink(S botID) { ret "https://" + myDomain() + "/" + parseSnippetID(botID) + "/raw"; } static S rawBotLink(S botID, S uri) { ret "https://" + myDomain() + "/" + parseSnippetID(botID) + "/raw" + addPrefix("/", uri); }