Go to file
smartfridge 4e892d5750 Update BetterDiscord Modules 2021-04-29 17:19:47 +02:00
.github Fix line endings 2020-09-05 13:50:45 -07:00
BetterDiscordApp Update BetterDiscord Modules 2021-04-29 17:19:47 +02:00
DiscordJS Update BetterDiscord Modules 2021-04-29 17:19:47 +02:00
LightcordApi Update BetterDiscord Modules 2021-04-29 17:19:47 +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 Update BetterDiscord Modules 2021-04-29 17:19:47 +02:00
scripts Try to catch 2020-12-07 20:20:31 -08:00
splash Fixing glasscord example link 2020-08-06 23:35:09 +02:00
src lightcord broken + fix + sex 🤪 2021-03-09 19:59:22 +01: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
LULI.sh root user check posix compliance 2021-04-25 11:56:42 -07:00
Lightcord.desktop Fix #173 2021-02-05 09:30:20 +01:00
README.md remove bash from readme 2021-04-25 11:32:33 -07: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 Update BetterDiscord Modules 2021-04-29 17:19:47 +02:00
package.json tabs fix !??!?!??? what ? 😳 2021-03-09 20:14:58 +01: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

Arch Linux (or Arch-based)

You need to install the base-devel and git packages first

Latest git version

git clone https://aur.archlinux.org/lightcord-git.git && cd lightcord-git && makepkg -si

Precompiled binaries

git clone https://aur.archlinux.org/lightcord-bin.git && cd lightcord-bin && makepkg -si

AUR helper such as yay and pacaur can also be used

Other Linux Distributions

Warning: This installation method bypasses the package manager! You should use this script to uninstall Lightcord!

To install, paste sh -c "$(curl -s https://raw.githubusercontent.com/Lightcord/Lightcord/master/LULI.sh)" in terminal and press enter. The installer will guide you through the rest.

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