Pretty much full re-write, switched from node-irc to irc-framework, fixed some bugs, imrpoved some stuff, changed config from XML to yaml.
This commit is contained in:
24
package.json
24
package.json
@@ -1,18 +1,16 @@
|
||||
{
|
||||
"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",
|
||||
"name": "discord-irc-bridge",
|
||||
"version": "2.0.0",
|
||||
"description": "A Discord <-> IRC bridge using selfbot and irc-framework",
|
||||
"main": "bot.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"start": "node bot.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": ""
|
||||
"author": "Purplebored",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"discord.js-selfbot-v13": "^2.10.0",
|
||||
"irc-framework": "^3.0.0",
|
||||
"yaml": "^2.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user