From e8b87a17785bef2926e6fca40b9b17e8763fff48 Mon Sep 17 00:00:00 2001
From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com>
Date: Wed, 23 Mar 2022 18:12:37 +0700
Subject: [PATCH] Update Version API 9 => 10
---
README.md | 8 +++++---
package.json | 4 ++--
src/util/Options.js | 2 +-
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 61afe62..b561c15 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
## About
-- discord.js-selfbot-v13 is a [Node.js](https://nodejs.org) module that allows user accounts (and bot .-.) to interact with the Discord API v9.
+- discord.js-selfbot-v13 is a [Node.js](https://nodejs.org) module that allows user accounts (and bot .-.) to interact with the Discord API v10. (and discord.js@v14-dev) =))
- Fork from [this](https://github.com/TheDevYellowy/dsb.js) module.
### I don't take any responsibility for blocked Discord accounts that used this module.
@@ -42,6 +42,8 @@ client.on('ready', async () => {
client.login('token');
```
+Github Repo (Play Youtube music) [Here](https://github.com/aiko-chan-ai/Selfbot-Example)
+
## Selfbot feature ?
- Friends and Block Members
- Discord Apps Setting [Theme, Language, ...]
@@ -70,7 +72,7 @@ client.login('token');
- Thanks to [TheDevYellowy](https://github.com/TheDevYellowy/) for patching this module!
## Need help?
-Contact me in Discord [Shiraori#1782] (UserID: 721746046543331449)
+Contact me in Discord: [Shiraori#1782](https://discord.com/users/721746046543331449) (UserID: 721746046543331449)
## Vietnamese
-- Tóm lại là module này dùng Discord.js v13, API v9 nên chưa chết sớm đâu, cứ dùng đi =))
\ No newline at end of file
+- Tóm lại là module này dùng Discord.js v13 (thực ra là dev của v14), API v10 nên chưa chết sớm đâu, cứ dùng đi =))
\ No newline at end of file
diff --git a/package.json b/package.json
index c8a395a..5f1af9a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "discord.js-selfbot-v13",
- "version": "0.2.2",
+ "version": "0.2.3",
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
"main": "./src/index.js",
"types": "./typings/index.d.ts",
@@ -47,7 +47,7 @@
"axios": "^0.26.1",
"chalk": "^4.1.2",
"discord-api-types": "^0.27.3",
- "discord-rpc-contructor": "^1.0.4",
+ "discord-rpc-contructor": "^1.0.5",
"discord.js": "^13.6.0",
"form-data": "^4.0.0",
"json-bigint": "^1.0.0",
diff --git a/src/util/Options.js b/src/util/Options.js
index 3a5785d..def5ee1 100644
--- a/src/util/Options.js
+++ b/src/util/Options.js
@@ -123,7 +123,7 @@ class Options extends null {
Origin: 'https://discord.com',
},
agent: {},
- version: 9,
+ version: 10,
api: 'https://discord.com/api',
cdn: 'https://cdn.discordapp.com',
invite: 'https://discord.gg',