Go to file
Jean Ouina 80b2b93b51 0.1.4 Release 2020-07-29 18:29:56 +02:00
.github Saving Checkpoint before I'm doing *risky* things 2020-07-28 03:02:29 +02:00
.vscode sltsv 2020-06-26 21:05:09 +02:00
BetterDiscordApp Fixing build, custom css theme, minfied files 2020-07-29 18:29:36 +02:00
DiscordJS Fixing build, custom css theme, minfied files 2020-07-29 18:29:36 +02:00
LightcordApi Fixing build, custom css theme, minfied files 2020-07-29 18:29:36 +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 Fixing build, custom css theme, minfied files 2020-07-29 18:29:36 +02:00
splash je sais pas ce que j'ai fait, donc je push 2020-05-30 14:52:50 +02:00
src RichPresence fix 2020-07-17 14:54:49 +02:00
.gitignore Error in gitignore 2020-07-28 03:29:41 +02:00
LICENSE 😳 2020-05-16 23:24:51 +02:00
README.md Fixing build, custom css theme, minfied files 2020-07-29 18:29:36 +02:00
afterbuild.js so uhhh 2020-07-10 01:44:40 +02:00
app.ico 😳 2020-05-16 23:24:51 +02:00
build.js Fixing build, custom css theme, minfied files 2020-07-29 18:29:36 +02:00
compile.js yes 2020-06-27 21:02:48 +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 Bump lodash from 4.17.15 to 4.17.19 2020-07-17 22:50:46 +00:00
package.json 0.1.4 Release 2020-07-29 18:29:56 +02:00
tsconfig.json AutoStart + compile fix 2020-06-13 13:49:36 +02:00

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

Running from source

Prequeresites: Node.js, NPM To run from source, follow these instructions:

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

You will have to do that everytime you pull/clone
Lightcord 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, or use the AUR

AUR (unofficial)

https://aur.archlinux.org/packages/lightcord-bin/ If you don't know how to install from the AUR, you can follow this tutorial, but I would recommend using an AUR helper such as yay.

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