chore(release): v2.6.1

This commit is contained in:
March 7th 2022-08-17 17:49:58 +07:00
parent f996bf0fae
commit 666cddf9f0
3 changed files with 8 additions and 9 deletions

View File

@ -34,14 +34,13 @@
### <strong>[Extend Document (With Example)](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/tree/main/Document)</strong>
## Checklist
- [x] Send + receive messages (not send Embed :v ).
- [x] Setting Discord App (Missing a lot of functions)
- [X] REST (Guild, Relationships, Profile Editing)
- [X] Interactions (slash commands, buttons, context menu, modal)
- [X] Voice (Call, Join, Leave, Speak, etc.)
## Features
- [x] Message: Send, Recieve, Delete, Edit, Pin, Reaction Emoji, Attachments, Embeds (WebEmbed), Mentions, Webhooks, etc.
- [x] User: Settings, Status, Activity, DeveloperPortal, RemoteAuth, etc.
- [X] Guild: Fetch Members, Join / Leave, Roles, Channels, etc.
- [X] Interactions: Slash Commands, Click Buttons, Using Menu, Modal, Context Menu, etc.
- [X] Voice: Connect, Disconnect, Mute, Deafen, Call, Play Audio, etc.
- [X] Documentation
- [ ] Add more guild http api wraps
- [ ] Video stream
- [ ] Everything

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "discord.js-selfbot-v13",
"version": "2.6.0",
"version": "2.6.1",
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
"main": "./src/index.js",
"types": "./typings/index.d.ts",