Switched back to Eris dev channel to prevent logspam
This commit is contained in:
parent
48fb0c98c8
commit
ff8a24d0e8
2 changed files with 14 additions and 15 deletions
27
package-lock.json
generated
27
package-lock.json
generated
|
@ -14,7 +14,7 @@
|
|||
"dotenv": "^8.2.0",
|
||||
"duckduckgo-images-api": "^1.0.5",
|
||||
"emoji-regex": "^9.2.2",
|
||||
"eris": "^0.14.0",
|
||||
"eris": "github:abalabahaha/eris#dev",
|
||||
"file-type": "^16.1.0",
|
||||
"jsqr": "^1.3.1",
|
||||
"lavacord": "^1.1.9",
|
||||
|
@ -836,8 +836,8 @@
|
|||
},
|
||||
"node_modules/eris": {
|
||||
"version": "0.14.0",
|
||||
"resolved": "https://registry.npmjs.org/eris/-/eris-0.14.0.tgz",
|
||||
"integrity": "sha512-/W6X0SFR2swtA9oc4ga5Wh1TQcZtPgbUaDDdwYc67fvFUAtwC+V1xzWUZq2yDeJnTfB8Uot9SJWA8Lthe2sDtQ==",
|
||||
"resolved": "git+ssh://git@github.com/abalabahaha/eris.git#16c6a76275030dbd43635c8b89e68b74435dbe25",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ws": "^7.2.1"
|
||||
},
|
||||
|
@ -845,7 +845,7 @@
|
|||
"node": ">=8.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"opusscript": "^0.0.7",
|
||||
"opusscript": "^0.0.8",
|
||||
"tweetnacl": "^1.0.1"
|
||||
}
|
||||
},
|
||||
|
@ -2224,9 +2224,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/opusscript": {
|
||||
"version": "0.0.7",
|
||||
"resolved": "https://registry.npmjs.org/opusscript/-/opusscript-0.0.7.tgz",
|
||||
"integrity": "sha512-DcBadTdYTUuH9zQtepsLjQn4Ll6rs3dmeFvN+SD0ThPnxRBRm/WC1zXWPg+wgAJimB784gdZvUMA57gDP7FdVg==",
|
||||
"version": "0.0.8",
|
||||
"resolved": "https://registry.npmjs.org/opusscript/-/opusscript-0.0.8.tgz",
|
||||
"integrity": "sha512-VSTi1aWFuCkRCVq+tx/BQ5q9fMnQ9pVZ3JU4UHKqTkf0ED3fKEPdr+gKAAl3IA2hj9rrP6iyq3hlcJq3HELtNQ==",
|
||||
"optional": true
|
||||
},
|
||||
"node_modules/os-tmpdir": {
|
||||
|
@ -4556,11 +4556,10 @@
|
|||
}
|
||||
},
|
||||
"eris": {
|
||||
"version": "0.14.0",
|
||||
"resolved": "https://registry.npmjs.org/eris/-/eris-0.14.0.tgz",
|
||||
"integrity": "sha512-/W6X0SFR2swtA9oc4ga5Wh1TQcZtPgbUaDDdwYc67fvFUAtwC+V1xzWUZq2yDeJnTfB8Uot9SJWA8Lthe2sDtQ==",
|
||||
"version": "git+ssh://git@github.com/abalabahaha/eris.git#16c6a76275030dbd43635c8b89e68b74435dbe25",
|
||||
"from": "eris@github:abalabahaha/eris#dev",
|
||||
"requires": {
|
||||
"opusscript": "^0.0.7",
|
||||
"opusscript": "^0.0.8",
|
||||
"tweetnacl": "^1.0.1",
|
||||
"ws": "^7.2.1"
|
||||
}
|
||||
|
@ -5636,9 +5635,9 @@
|
|||
}
|
||||
},
|
||||
"opusscript": {
|
||||
"version": "0.0.7",
|
||||
"resolved": "https://registry.npmjs.org/opusscript/-/opusscript-0.0.7.tgz",
|
||||
"integrity": "sha512-DcBadTdYTUuH9zQtepsLjQn4Ll6rs3dmeFvN+SD0ThPnxRBRm/WC1zXWPg+wgAJimB784gdZvUMA57gDP7FdVg==",
|
||||
"version": "0.0.8",
|
||||
"resolved": "https://registry.npmjs.org/opusscript/-/opusscript-0.0.8.tgz",
|
||||
"integrity": "sha512-VSTi1aWFuCkRCVq+tx/BQ5q9fMnQ9pVZ3JU4UHKqTkf0ED3fKEPdr+gKAAl3IA2hj9rrP6iyq3hlcJq3HELtNQ==",
|
||||
"optional": true
|
||||
},
|
||||
"os-tmpdir": {
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"dotenv": "^8.2.0",
|
||||
"duckduckgo-images-api": "^1.0.5",
|
||||
"emoji-regex": "^9.2.2",
|
||||
"eris": "^0.14.0",
|
||||
"eris": "github:abalabahaha/eris#dev",
|
||||
"file-type": "^16.1.0",
|
||||
"jsqr": "^1.3.1",
|
||||
"lavacord": "^1.1.9",
|
||||
|
|
Loading…
Reference in a new issue