Без опису

Jean Ouina 9f2ec39396 stupid console.log and production build + blur phone numbers 3 роки тому
.vscode 508ef57eb2 sltsv 3 роки тому
BetterDiscordApp 9f2ec39396 stupid console.log and production build + blur phone numbers 3 роки тому
DiscordJS e9de72b059 sltsv dsl 3 роки тому
LightcordApi 7ec315a11f RichPresence fix 3 роки тому
assets 93a735193b Re"structuring" pluginCertifier 4 роки тому
imagery fb1ebc3154 imagery 4 роки тому
modules 7ec315a11f RichPresence fix 3 роки тому
splash d37bac0f10 je sais pas ce que j'ai fait, donc je push 4 роки тому
src 7ec315a11f RichPresence fix 3 роки тому
.gitignore 8a3b5f752c sltsv 4 роки тому
LICENSE 2ec3765616 :flushed: 4 роки тому
README.md 8e546f2914 Update README.md 3 роки тому
afterbuild.js 04dbcb20a0 so uhhh 3 роки тому
app.ico 2ec3765616 :flushed: 4 роки тому
build.js 9f2ec39396 stupid console.log and production build + blur phone numbers 3 роки тому
compile.js 548be83dee yes 3 роки тому
discord.png 2ec3765616 :flushed: 4 роки тому
installSubModules.js 5c7a92804e disable csp 4 роки тому
package-lock.json 22ff405d40 Modifying LightcordApi 3 роки тому
package.json 9f2ec39396 stupid console.log and production build + blur phone numbers 3 роки тому
tsconfig.json de19c4815e AutoStart + compile fix 4 роки тому

README.md

Discord JS TS HitCount
PayPal BTC CDN BCH XMR ETH

LTC

Lightcord

A simple - customizable - Discord Client

What's this ?

Lightcord is a simple and customizable client for Discord. It includes BandagedBD, Glasstron and a discord.js like api.

Informations

Lightcord doesn't patch Discord with it's content. If it was, Discord would update itself and break the patch. That's why Lightcord is a standalone Discord client. Just grab the latest release version you need, and launch it !

Installing

You can download a release from the releases tab.

If you want to run it from source, follow these instructions:

git clone https://github.com/Lightcord/Lightcord
cd Lightcord
npm i
npm run devInstall
npm run test

You will have to do that everytime you pull/clone
Discord will launch next. You can see you have done it right by looking at the icon. icon
Then everytime you want to launch it just type in

npm run run

You can find an experimental linux tutorial in our Discord

Features

  • BetterDiscord Themes/Plugins
  • Native Custom RPC (No ban chance)
  • Blocking Discord's trackers
  • Free emotes (normal emotes) to use everywhere for Lightcord users
  • Login with token (user/bot) [Make server calls with bots]
  • DM Adverts blocker (AdBlock) [Even in embeds]
  • File certification/approval (tells you if a file is safe or not)
  • Prevent malicious plugins [File scanner]
  • Always-On-Top feature (great to chat while coding)
  • Hide sensitive informations (blurry e-mail)
  • Great scripting API
  • Account information section
  • Developer mode / experiments (get discord features before anyone else without updating)
  • Experimental tabs
  • Select your HypeSquad (manually/without doing the quizz)
  • Badges (Lightcord owners have badges so you know who to trust)

Soon

  • Username history
  • Custom BetterDiscord location (custom themes/plugins location) [more portability]

BetterDiscord

BetterDiscord (BandagedBD) is already installed (modified version). You can go into your settings to manage plugins.

Because it's more painful than anything else, global emotes are not supported on Lightcord. They have been removed. The freeze caused by the emotes downloading at startup was annoying. So we removed them.

Plugins & Themes

Plugins and themes are not in the standard BetterDiscord folder. They have been moved because betterdiscord supports only stable, ptb and canary release. Using the same directory could cause problems with settings.

They are located in %AppData%/Lightcord_BD. This is the main folder for BetterDiscord.

Developers