automod fix

This commit is contained in:
bignutty 2024-05-17 22:04:55 +02:00
parent ef6eb91bbe
commit 8b77808950
2 changed files with 38 additions and 3 deletions

View file

@ -26,6 +26,8 @@ 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;
try{
let res = await superagent.post(MAINTOWER_BASE_URL + 'basecamp')
.set({