zspri / deskcord

A small Discord client that pops up from the taskbar tray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deskcord

A minimal Discord client that pops up from the taskbar tray.

This is a heavy work-in-progress and is not fully ready for use yet.

Warning: It is not recommended that you use this application with a Discord user account. Custom clients are against the Discord Terms of Service and can possibly result in an account ban. This software is for educational purposes only.

Requirements

  • NodeJS v10 or later
  • Electron
  • markdown, electron-settings, and discord.js NPM modules
  • Windows(?)

Configuration and Setup

cd deskcord
echo "{\"token\": \"(token goes here)\"}" >> config.json # sets configuration options
electron .

Screenshots

Channel Drawer

Screenshot

Chat area

Screenshot

Full perspective

Screenshot

About

A small Discord client that pops up from the taskbar tray

License:MIT License


Languages

Language:JavaScript 50.8%Language:CSS 31.4%Language:HTML 17.8%