@@ -27,6 +27,21 @@
###
I don't take any responsibility for blocked Discord accounts that used this module.
###
Using this on a user account is prohibited by the [Discord TOS](https://discord.com/terms) and can lead to the account block.
+###
[Feature + Example Code](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/DOCUMENT.md)
+###
[Risky actions](https://github.com/Merubokkusu/Discord-S.C.U.M/issues/66)
+
+## Checklist
+- [x] Send + receive messages with Attachment, Embed (WebEmbed), etc.
+- [x] Setting Discord App (Missing a lot of functions)
+- [X] Requests (add friends, join guilds, etc.)
+- [X] Profile Editing (Name, Status, Avatar, Bio, Rich-Presence, etc.)
+- [X] Interactions (slash commands, buttons, etc.)
+- [X] Voice Channel (Join, Leave, Speak, etc.)
+- [ ] Improve documentation (maybe)
+- [ ] Add more guild http api wraps
+- [ ] Audio / Video call
+- [ ] Everything
+
## Installation
**Node.js 16.6.0 or newer is required**
@@ -97,4 +112,4 @@ Contact me in Discord: [Shiraori#1782](https://discord.com/users/721746046543331
- And the people who submitted the issue, colab, ...
##
Vietnamese
-- Tóm lại là module này dùng Discord.js v13 , API v10 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 , API v19 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 6a1135d..2db673b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "discord.js-selfbot-v13",
- "version": "1.2.7",
+ "version": "1.2.8",
"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/util/Options.js b/src/util/Options.js
index f7f9af9..18ae24b 100644
--- a/src/util/Options.js
+++ b/src/util/Options.js
@@ -171,7 +171,7 @@ class Options extends null {
$browser: 'Chrome',
$device: 'ASUS ROG Phone 5',
},
- version: 10,
+ version: 9,
},
http: {
headers: {
@@ -194,7 +194,7 @@ class Options extends null {
'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36',
},
agent: {},
- version: 10,
+ version: 9,
api: 'https://discord.com/api',
cdn: 'https://cdn.discordapp.com',
invite: 'https://discord.gg',