From 9d5b0a6561288a648a6c1df44d0013f6a0311b41 Mon Sep 17 00:00:00 2001 From: ChrisEric1 CECL Date: Wed, 16 Oct 2024 03:35:19 -0400 Subject: [PATCH] Delete Lightcord/DiscordJS/README.md --- Lightcord/DiscordJS/README.md | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100755 Lightcord/DiscordJS/README.md diff --git a/Lightcord/DiscordJS/README.md b/Lightcord/DiscordJS/README.md deleted file mode 100755 index 1943766b..00000000 --- a/Lightcord/DiscordJS/README.md +++ /dev/null @@ -1,33 +0,0 @@ -# Lightcord's Discord.js - -Disclaimer: -This part of Lightcord is still in development. Features could be added/change/removed. - -### What is this ? -Lightcord includes a Discord.js-like api. This is written in this folder. - -This is not for making selfbots. -The purpose of this is only to make an easy, intuitive and object oriented api. - -### Where can I get the documentation ? -[Documentation here](https://discord.js.org/#/docs/main/11.6.4/general/welcome) -Discord.js on Lightcord is based on Discord.js 11.6.4. - -### How do I use it ? -Discord.js can be accessed under the following global properties - -| Name | Global Properties | alias | Limitations | -|------------------------------|-------------------------|-------------------------|-----------------------------------------------------------------------| -| DiscordJS main module | window.DiscordJS | none | none | -| DiscordJS client | window.DiscordJSClient | window.DiscordJS.client | none | -| DiscordJS Client constructor | window.DiscordJS.Client | none | Can't be constructed because there's no need for more than one client | - -### Deprecations -1. Any method that only bot can use (it will throw a `DiscordJSError` saying that Lightcord can't do that) -2. Original Voice Methods. They're documented below: -3. Try to not use deprecated methods flagged on DiscordJS's website. They might be removed on Lightcord. - -### Voice -Lightcord can't make the client join multiple voice channels / join but the user doesn't know. - -When joining a voice channel, The user's mic is sent. This is not for broadcasting/playing music in voice, but only to make the user join a voice channel. \ No newline at end of file