暂无描述

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