bot invite generator and css updates

This commit is contained in:
MathMan05
2024-09-25 12:48:07 -05:00
parent 6196c4ac85
commit 5c4b5605ed
5 changed files with 46 additions and 8 deletions

View File

@@ -1474,6 +1474,9 @@ class Localuser{
const botc=new Bot(bot,token,this);
botc.settings();
}
});
form.addButtonInput("","Bot Invite Creator",()=>{
Bot.InviteMaker(appId,form,this.info);
})
}
//---------- resolving members code -----------