Skip to content

ZenithRogue/DiscordFlex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordFlex

A custom Discord client built from the ground up.

Check out our Official Discord Server

Features

  • Perfect for running your Discord Bots using an actual chat interface
  • Auth token login is stored in your browser's local storage, and never on the host server
  • Proxies your connection to the Discord API, allowing you still use Discord, even when blocked by your network

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.