diff --git a/labscore/logging.js b/labscore/logging.js index 4c9d9f8..8852d22 100644 --- a/labscore/logging.js +++ b/labscore/logging.js @@ -27,7 +27,7 @@ module.exports.maintower = async function (packages, type){ module.exports.basecamp = async function (log, content = ""){ // This begins the list of errors that i simply cannot fix. thank you discord. - if(content.includes(`"code": 200000`)) return; + if(content?.includes(`"code": 200000`)) return; try{ let res = await superagent.post(MAINTOWER_BASE_URL + 'basecamp') .set({