Go to file
Jean Ouina de19c4815e AutoStart + compile fix 2020-06-13 13:49:36 +02:00
BetterDiscordApp Re"structuring" pluginCertifier 2020-06-12 23:44:01 +02:00
DiscordJS :clown: 2020-05-21 13:32:22 +02:00
LightcordApi updating 2020-06-10 16:16:33 +02:00
assets Re"structuring" pluginCertifier 2020-06-12 23:44:01 +02:00
imagery imagery 2020-06-10 23:19:10 +02:00
modules Re"structuring" pluginCertifier 2020-06-12 23:44:01 +02:00
splash je sais pas ce que j'ai fait, donc je push 2020-05-30 14:52:50 +02:00
src AutoStart + compile fix 2020-06-13 13:49:36 +02:00
.gitignore sltsv 2020-06-07 20:41:04 +02:00
LICENSE 😳 2020-05-16 23:24:51 +02:00
README.md Removed some donation buttons because they were too big 2020-06-10 23:21:58 +02:00
app.ico 😳 2020-05-16 23:24:51 +02:00
compile.js AutoStart + compile fix 2020-06-13 13:49:36 +02:00
discord.png 😳 2020-05-16 23:24:51 +02:00
installSubModules.js disable csp 2020-05-21 01:40:58 +02:00
package-lock.json AutoStart + compile fix 2020-06-13 13:49:36 +02:00
package.json AutoStart + compile fix 2020-06-13 13:49:36 +02:00
tsconfig.json AutoStart + compile fix 2020-06-13 13:49:36 +02:00

README.md

PayPal BTC CDN BCH XMR ETH LTC
Discord

Lightcord

A simple - customizable - Discord Client

What's this ?

Lightcord is a simple and customizable client for Discord. It includes BandagedBD, Glasscord 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

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

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

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