Go to file
JeanOUINA c4b8a0e03a
who the fuck forgot that equal sign
2021-07-15 15:29:51 +02:00
.github Update build.yml 2021-06-16 20:36:03 +02:00
BetterDiscordApp Update changelog 2021-07-03 21:18:57 +02:00
DiscordJS npm audit fix 2021-07-03 18:50:21 +02:00
LightcordApi LightcordApi npm audit fix 2021-07-03 19:50:50 +02:00
assets [ImgBot] Optimize images 2020-09-12 13:22:26 +00:00
imagery [ImgBot] Optimize images 2020-09-12 13:22:26 +00:00
modules npm audit fix 2021-07-03 18:50:21 +02:00
scripts fix compile 2021-04-29 16:41:11 +02:00
splash Fixing glasscord example link 2020-08-06 23:35:09 +02:00
src who the fuck forgot that equal sign 2021-07-15 15:29:51 +02:00
.gitattributes fix line endings for css, html files, and jsx files 2020-09-05 13:54:46 -07:00
.gitignore refactor install and build scripts 2020-10-20 13:28:34 -07:00
.travis.yml Fix travis 2020-10-20 13:34:34 -07:00
LICENSE Update licence 2020 to 2021 2021-01-01 01:48:41 +01:00
Lightcord.desktop Fix #173 2021-02-05 09:30:20 +01:00
README.md add chromeos 2021-07-03 09:50:25 +02:00
discord.icns click to show changes 2020-09-12 14:52:50 +02:00
discord.ico click to show changes 2020-09-12 14:52:50 +02:00
discord.png [ImgBot] Optimize images 2020-09-12 13:22:26 +00:00
electron-builder.yml fuck me, all my homies hate me 2021-03-09 22:57:21 +01:00
package-lock.json remove ustom-electron-titlebar as it's not used 2021-07-03 18:59:32 +02:00
package.json remove ustom-electron-titlebar as it's not used 2021-07-03 18:59:32 +02:00
todolist.md i fucked up again 2020-09-06 11:43:23 +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

About

Lightcord is a simple and customizable client for Discord. It includes BandagedBD, Glasstron and a discord.js-like api.

Features

  • Standalone client - Lightcord is built to be standalone i.e. it will not break on Discord updates!
  • BetterDiscord built in - Use almost any BetterDiscord plugin or theme!
  • Easy custom rich presence - Our method of doing this ensures you won't get banned!
  • Made for Privacy - Lightcord automatically blocks Discord's trackers and blurs your email, keeping your data safe!
  • Free Emotes - Send any emote to other Lightcord users!
  • Token Login - (user/bot) [Make server calls with bots]
  • AdBlock - Automatically block bots and ads in your DMs!
  • Always On Top - Lightcord will always be shown in front of any other windows!
  • Experiments - Access Discord's hidden experiments with a single click!
  • Tabs - Have multiple tabs open to do more!
  • HypeSquad Housing - Easily change your HypeSquad house, no test required!
  • Badges - Important people like the developers have special badges to make sure you know who is who!

Planned Features

  • Username History - Keep track of your past usernames!
  • New Plugin Directory - Easily install or edit themes and plugins!

Installing

Windows

You can install Lightcord with scoop.

scoop bucket add extras
scoop install lightcord

Alternatively, download the installer from the releases tab.

Linux (and ChromeOS)

This part has moved!

Running From Source

Prerequisites: Node.js and 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 every time you pull/clone

Lightcord will then launch. If you see the Lightcord icon, you're good to go!

icon

Any time you want to launch, just run:

npm start