No Description

viperultra b44e63c659 Upload files to 'Arch Linux' 2 years ago
.github e77736b60a Update build.yml 2 years ago
Arch Linux b44e63c659 Upload files to 'Arch Linux' 2 years ago
BetterDiscordApp c746a6da1a minor updates to EmojiModule 2 years ago
DiscordJS c746a6da1a minor updates to EmojiModule 2 years ago
LightcordApi 47bfd2f279 LightcordApi npm audit fix 2 years ago
assets 8790041a1c [ImgBot] Optimize images 3 years ago
imagery 8790041a1c [ImgBot] Optimize images 3 years ago
modules 29c84c8d62 npm audit fix 2 years ago
scripts f150671a83 fix compile 3 years ago
splash f41d699077 Fixing glasscord example link 3 years ago
src c4b8a0e03a who the fuck forgot that equal sign 2 years ago
.editorconfig c746a6da1a minor updates to EmojiModule 2 years ago
.gitattributes aaf2c00a06 fix line endings for css, html files, and jsx files 3 years ago
.gitignore 0816b1ef12 refactor install and build scripts 3 years ago
.travis.yml cfca1745e2 Fix travis 3 years ago
LICENSE df4b99dfea Update licence 2020 to 2021 3 years ago
Lightcord.desktop b2ffdc088c i18n: add norwegian comment to desktop file 2 years ago
README.md dc3e90125f Please do this if your gonna ban people for asking support 2 years ago
discord.icns b8af18aef6 click to show changes 3 years ago
discord.ico b8af18aef6 click to show changes 3 years ago
discord.png 8790041a1c [ImgBot] Optimize images 3 years ago
electron-builder.yml 09c8fd3964 fuck me, all my homies hate me 3 years ago
package-lock.json 2d4f4aae41 v0.1.9 2 years ago
package.json 2d4f4aae41 v0.1.9 2 years ago
todolist.md 805b68b48c i fucked up again 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 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