Lightcord/DiscordJS
hormelcookies 298cbe6630 Remove generated js files 2020-10-19 19:33:55 -07:00
..
src Fix line endings 2020-09-05 13:50:45 -07:00
README.md sltsv dsl 2020-07-04 22:42:26 +02:00
package-lock.json New build system using electron-builder 2020-09-05 14:05:05 -07:00
package.json Fixing build, custom css theme, minfied files 2020-07-29 18:29:36 +02:00
tsconfig.json disable csp 2020-05-21 01:40:58 +02:00
webpack.config.js sltsv 2020-06-26 21:05:09 +02:00

README.md

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 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.