Revert "Delete node_modules directory"

This reverts commit 94857d1cb1.
This commit is contained in:
2021-04-11 12:01:56 +02:00
parent 94857d1cb1
commit f13949ea17
332 changed files with 60040 additions and 0 deletions

17
node_modules/discord.js/.tern-project generated vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"ecmaVersion": 7,
"libs": [],
"loadEagerly": ["./src/*.js"],
"dontLoad": ["node_modules/**"],
"plugins": {
"es_modules": {},
"node": {},
"doc_comment": {
"fullDocs": true,
"strong": true
},
"webpack": {
"configPath": "./webpack.config.js"
}
}
}