feat(Document): Update
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
# Discord.js Selfbot v13
|
||||
- Install: <strong>```npm i discord.js-selfbot-v13@latest```</strong>
|
||||
|
||||
# Document is available
|
||||
I made it pretty sketchy, but you can see it in the Wiki tab and [here](https://discordjs-self-v13.netlify.app/)
|
||||
# <strong>[Risky actions](https://github.com/Merubokkusu/Discord-S.C.U.M/issues/66)</strong>
|
||||
|
||||
# Quick links (Example Codes)
|
||||
- [<strong>ClientOption</strong>](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Document/ClientOption.md)
|
||||
- [<strong>HTTPOption</strong>](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Document/HTTPOption.md)
|
||||
- [<strong>Guild</strong>](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Document/Guild.md)
|
||||
- [<strong>Message</strong>](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Document/Message.md)
|
||||
- [<strong>User</strong>](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Document/User.md)
|
||||
- [<strong>Call</strong>](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Document/VoiceCall.md)
|
||||
- [<strong>API</strong>](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Document/API.md)
|
||||
|
||||
## More features
|
||||
|
||||
<details open>
|
||||
<summary><strong>Click to show</strong></summary>
|
||||
- I need requests from you! Ask questions, I will help you!
|
||||
</details>
|
||||
|
||||
## Warning
|
||||
- This is a beta version, so there are some bugs.
|
||||
- If you use the `Client.destroy()` function, for an account that uses 2FA, it will cause a logout and the Token will no longer be usable.
|
@@ -0,0 +1 @@
|
||||
update soon ~
|
@@ -75,13 +75,13 @@ await message.contextMenu(botID, commandName);
|
||||
<summary>Issue ?</summary>
|
||||
|
||||
- It has some minor bugs.
|
||||
> DiscordAPIError [20012] You are not authorized to perform this action on this application
|
||||
>
|
||||
> Fix it: creating 1 DMs with bot
|
||||
>
|
||||
> In this way, all Slash commands can be obtained
|
||||
- <strong>Now to get more secure interaction commands you need to use guild.searchInteraction() (using gateway)</strong>
|
||||
- With REST: update soon.
|
||||
```js
|
||||
DiscordAPIError [20012] You are not authorized to perform this action on this application
|
||||
Fix it: creating 1 DMs with bot
|
||||
In this way, all Slash commands can be obtained
|
||||
```
|
||||
- With Gateway guild.searchInteraction() (using gateway)
|
||||
- With REST: Working ! [TextBasedChannel.sendSlash()].
|
||||
</details>
|
||||
|
||||
## MessageEmbed ?
|
||||
|
@@ -58,5 +58,9 @@ await message.channel.sendSlash('718642000898818048', 'sauce', a)
|
||||
|
||||

|
||||
|
||||
# Events (Update soon)
|
||||
# Events
|
||||
|
||||
- [interactionCreate](https://discordjs-self-v13.netlify.app/#/docs/docs/main/class/Client?scrollTo=e-interactionCreate)
|
||||
- [interactionFailure](https://discordjs-self-v13.netlify.app/#/docs/docs/main/class/Client?scrollTo=e-interactionFailure)
|
||||
- [interactionSuccess](https://discordjs-self-v13.netlify.app/#/docs/docs/main/class/Client?scrollTo=e-interactionSuccess)
|
||||
- [interactionModalCreate](https://discordjs-self-v13.netlify.app/#/docs/docs/main/class/Client?scrollTo=e-interactionModalCreate)
|
Reference in New Issue
Block a user