failed miserably at hack.lu

This commit is contained in:
2025-10-19 20:35:43 +02:00
parent 9361bb3f29
commit c04f977a69
56 changed files with 120530 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "bot-instance",
"version": "1.0.0",
"description": "Admin bot instance",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"author": "kunte_",
"license": "MIT",
"dependencies": {
"puppeteer": "latest"
}
}