An alternative Discord client made in Electron!
- 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
- url-cdn (default: https://cdn.discordapp.com)
- url-api (default: https://discordapp.com)
- url-invite (default: https://discord.gg)
- You can set these by pasting the following in the inspector:
window.localStorage.setItem("property", "value")
(Replacingproperty
andvalue
with the correct value)
Make sure you have npm
and node
installed.
git clone [email protected]:heatingdevice/atomic-discord.git
cd atomic-discord
# install dependencies
npm i
# run the client
npm start