Go to file
JeanOUINA 39fc7f2893
Merge pull request #356 from SomeAspy/patch-1
Please do this if your gonna ban people for asking support
2021-10-09 12:47:51 +02:00
.github Update build.yml 2021-06-16 20:36:03 +02:00
BetterDiscordApp minor updates to EmojiModule 2021-08-11 23:31:10 +02:00
DiscordJS minor updates to EmojiModule 2021-08-11 23:31:10 +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
.editorconfig minor updates to EmojiModule 2021-08-11 23:31:10 +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 i18n: add norwegian comment to desktop file 2021-08-11 23:05:15 +02:00
README.md Please do this if your gonna ban people for asking support 2021-10-07 17:20:57 -04: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 v0.1.9 2021-07-28 21:58:04 +02:00
package.json v0.1.9 2021-07-28 21:58:04 +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

Lightcord has been abandoned and no longer receives support or updates!

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

Lightcord is no longer updated

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