Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

memework/atomic-discord-clone

Repository files navigation

Atomic-Discord

An alternative Discord client made in Electron!

Notes

  • Uses Discord.js
  • Works with Discord, Discord Staging, and it is the recommended Litecord client.
  • Login page should only be used when doing Atomic+Litecord, since authentication routes can get you banned in Discord.
  • If you are using an alternative gateway, add an entry in localStorage which says so. The properties you'll need are
  • You can set these by pasting the following in the inspector: window.localStorage.setItem("property", "value") (Replacing property and value with the correct value)

Installation

Make sure you have npm and node installed.

git clone git@git.memework.org:heatingdevice/atomic-discord.git
cd atomic-discord

# install dependencies
npm i

# run the client
npm start

About

A clone of atomic-discord so we can use GH releases :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published