add banner ctx command

This commit is contained in:
bignutty 2024-05-18 13:59:54 +02:00
parent 8937b5d10c
commit 93a95a0523
4 changed files with 36 additions and 4 deletions

View file

@ -26,8 +26,6 @@ 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({