Initial commit

This commit is contained in:
2025-04-29 20:47:12 +02:00
parent adc85ce6b6
commit d12a0c20d5
6 changed files with 1686 additions and 1 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"dependencies": {
"discord.js-selfbot-v13": "^3.4.5",
"irc": "^0.5.2",
"irc-framework": "^4.14.0",
"xml2js": "^0.6.2"
},
"name": "bridge",
"version": "1.0.0",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}