[Dependencies] Replace discord.js with my own fork

This commit is contained in:
vilP1L
2019-08-15 11:35:49 -04:00
parent 570cd4586a
commit 5cf3dbd7a9
2 changed files with 16 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
"dependencies": {
"canvas": "^2.5.0",
"colors": "^1.3.3",
"discord.js": "https://github.com/discordjs/discord.js",
"discord.js": "https://github.com/vilP1l/discord.js",
"enquirer": "^2.3.0",
"faker": "^4.1.0",
"js-md5": "^0.7.3",

View File

@@ -1311,9 +1311,9 @@ detect-libc@^1.0.2:
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=
"discord.js@https://github.com/discordjs/discord.js":
"discord.js@https://github.com/vilP1l/discord.js":
version "12.0.0-dev"
resolved "https://github.com/discordjs/discord.js#2c4d14a71be11c36dfa661fd4dc013a381ef3988"
resolved "https://github.com/vilP1l/discord.js#e448f855fa291f3572a4bbd0006ce650a218d62f"
dependencies:
form-data "^2.3.3"
node-fetch "^2.3.0"
@@ -1705,7 +1705,16 @@ forever-agent@~0.6.1:
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
form-data@^2.3.3, form-data@~2.3.2:
form-data@^2.3.3:
version "2.5.0"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.0.tgz#094ec359dc4b55e7d62e0db4acd76e89fe874d37"
integrity sha512-WXieX3G/8side6VIqx44ablyULoGruSde5PNTxoUyo5CeyAMX6nVWUd0rgist/EuX655cjhUhTo1Fo3tRYqbcA==
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.6"
mime-types "^2.1.12"
form-data@~2.3.2:
version "2.3.3"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
@@ -2581,9 +2590,9 @@ node-cmd@^3.0.0:
integrity sha1-OP/3CkqqT2WdID61eGJzcBjiT28=
node-fetch@^2.3.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.5.0.tgz#8028c49fc1191bba56a07adc6e2a954644a48501"
integrity sha512-YuZKluhWGJwCcUu4RlZstdAxr8bFfOVHakc1mplwHkk8J+tqM1Y5yraYvIUpeX8aY7+crCwiELJq7Vl0o0LWXw==
version "2.6.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
node-modules-regexp@^1.0.0:
version "1.0.0"