Нема описа

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