From 536298d750959704e76d0bf9a0649eeb18cce737 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Mon, 21 Mar 2022 22:26:21 +0700 Subject: [PATCH] fix --- package.json | 2 +- src/RPC/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2661e90..8badd3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js-selfbot-v13", - "version": "0.1.9", + "version": "0.2.0", "description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]", "main": "./src/index.js", "types": "./typings/index.d.ts", diff --git a/src/RPC/index.js b/src/RPC/index.js index 8b95bca..b7ce485 100644 --- a/src/RPC/index.js +++ b/src/RPC/index.js @@ -1843,7 +1843,7 @@ module.exports = (function (e) { }); }, function (e, t) { - e.exports = require("../../../package.json"); + e.exports = require("../../package.json"); }, ]); \ No newline at end of file