No Description

Jean Ouina 826587d307 Bump into Lightcord 0.1.2 3 years ago
.vscode 508ef57eb2 sltsv 3 years ago
BetterDiscordApp 04dbcb20a0 so uhhh 3 years ago
DiscordJS e9de72b059 sltsv dsl 3 years ago
LightcordApi 04dbcb20a0 so uhhh 3 years ago
assets 93a735193b Re"structuring" pluginCertifier 3 years ago
imagery fb1ebc3154 imagery 4 years ago
modules 04dbcb20a0 so uhhh 3 years ago
splash d37bac0f10 je sais pas ce que j'ai fait, donc je push 4 years ago
src 04dbcb20a0 so uhhh 3 years ago
.gitignore 8a3b5f752c sltsv 4 years ago
LICENSE 2ec3765616 :flushed: 4 years ago
README.md 05ac85ed28 Update README.md 3 years ago
afterbuild.js 04dbcb20a0 so uhhh 3 years ago
app.ico 2ec3765616 :flushed: 4 years ago
build.js 04dbcb20a0 so uhhh 3 years ago
compile.js 548be83dee yes 3 years ago
discord.png 2ec3765616 :flushed: 4 years ago
installSubModules.js 5c7a92804e disable csp 4 years ago
package-lock.json 2b08532e7a add support for linux 3 years ago
package.json 826587d307 Bump into Lightcord 0.1.2 3 years ago
tsconfig.json de19c4815e AutoStart + compile fix 3 years ago

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

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