Advertisement
ejectedmatrix

How to get Discord Development

Apr 4th, 2017
1,448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Discord Development is a deprecated (not used anymore) client for testing new features and UI loading screens for discord,
  2. now not used anymore (replaced with something else that DD is yet to discover), and canary is currently the latest **public beta** /lenny
  3.  
  4. Development's endpoint is not used anymore, so this tutorial installs development, and uses canary's endpoint. So it's a diff client but canary endpoint. If you would like to use the normal discord endpoint, then remove "canary." from the WEBAPP_ENDPOINT in settings.json (below)
  5.  
  6. basically you'll have discord canary with a black icon to make you feel special and you can show off with it.
  7.  
  8. there are some issues when sending messages sometimes and sometimes some audio issues (sending and recieving audio), you just need to hit control+R or quit and restart discord to make it work again. It just happens.
  9.  
  10.  
  11. Download and install the official DDevelopment here: https://discordapp.com/api/download/development?platform=win
  12.  
  13. After installing run it once, you'll see a black screen, go ahead and quit discord after that.
  14.  
  15. Browse to this folder: C:\Users\{your username}\AppData\Roaming\discorddevelopment
  16.  
  17. Edit and open settings.json in notepad or something and replace all the text inside with this: https://pastebin.com/raw/14KjTfLr
  18.  
  19. After doing so, save, and open discord development and it should show the login screen. Just login and now your set!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement