Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. # BetterDiscordApp
  2. Better Discord App enhances Discord desktop app with new features.
  3.  
  4. ![ss](http://i.imgur.com/P0XEyp6.jpg)
  5.  
  6. ## Windows Universal Installer
  7. * Download the latest installer from https://github.com/Jiiks/BetterDiscordApp/releases/tag/WindowsInstaller0.2
  8. * Follow the instructions
  9. * .NET 4.0 required https://www.microsoft.com/en-us/download/details.aspx?id=30653
  10. * Windows Installer users asar.net https://github.com/Jiiks/asar.net
  11.  
  12. ## Auto Installation
  13. * Download the latest package from [releases](https://github.com/Jiiks/BetterDiscordApp/releases)
  14. * Run the installer
  15. * Installer requires [node](https://nodejs.org/en/download/) download the binaries and place in the same folder as the installer if you don't have node installed.
  16. * Installer uses [asar](https://github.com/atom/asar) which is bundled with the installer.
  17. * Installer uses [wrench](https://github.com/ryanmcgrath/wrench-js) which is bundled with the installer.
  18.  
  19. ## Manual Installation
  20. * Extract app.asar
  21. * Add BetterDiscord as a dependency
  22. * Add init to Discord load event
  23. * Move BetterDiscord to node_modules
  24.  
  25. ## Features
  26.  
  27. **Emotes:**
  28. BetterDiscord adds all [Twitch.tv](http://twitch.tv), most [FrankerFaceZ](http://frankerfacez.com) and [BetterTTV](http://betterttv.net) emotes to Discord. Supported emotes: https://betterdiscord.net/emotes
  29.  
  30. **Quick Emote Menu:**
  31. Quick Emote Menu adds a menu for quickly adding twitch emotes and your favorite emotes.
  32.  
  33. **Emote Autocapitalize:**
  34. Automatically capitalize [Twitch.tv](http://twitch.tv) global emotes.
  35.  
  36. **Emote Autocomplete:**
  37. Automatically completes/suggests emotes.(soon)
  38.  
  39. **Minimal Mode:**
  40. Minimal mode makes elements smaller and hides certain elements.
  41.  
  42. **Voice Chat Mode:**
  43. Only display voice channels
  44.  
  45. **Public Servers:**
  46. A menu for displaying public servers. [Serverlist](https://github.com/Jiiks/BetterDiscordApp/blob/master/serverlist.json)
  47.  
  48. **Custom CSS**
  49. BetterDiscord supports custom CSS for styling Discord to your liking.
  50.  
  51. **Custom Themes**
  52. BetterDiscord comes with a theme loader for loading your own or downloading themes made by others.
  53.  
  54. **Plugins**
  55. BetterDiscord comes with a JavaSCript plugin loader for loading your own or downloading plugins made by others.
  56.  
  57. **Spoilers**
  58. Add spoilers to your chat, simply add [!s] to your message.
  59.  
  60. **Save Logs Locally:**
  61. Save chatlogs locally.(soon)
  62.  
  63. ## Adding you server to public servers
  64. Edit the [Serverlist](https://github.com/Jiiks/BetterDiscordApp/blob/master/serverlist.json) and submit a pull request.
  65.  
  66. ## BetterDiscord Uses the following API's
  67. * https://twitchemotes.com/apidocs for Twitch emotes
  68. * https://api.betterttv.net/emotes for [BetterTTV](https://nightdev.com/betterttv/) emotes
  69.  
  70. ## Credits
  71. * MacOS Installer by [Candunc](https://github.com/Candunc)
  72. * Emote titles by [pendo324](https://github.com/pendo324)
  73. * Majority of FFZ emote work by [Pohky] (https://github.com/pohky)
  74.  
  75. # On connect you will be automatically invited to the BetterDiscord Discord server one time.
  76.  
  77. ## License
  78.  
  79. The MIT License (MIT)
  80.  
  81. Copyright (c) 2015 Jiiks | [Jiiks.net] (https://jiiks.net)
  82.  
  83. Permission is hereby granted, free of charge, to any person obtaining a copy
  84. of this software and associated documentation files (the "Software"), to deal
  85. in the Software without restriction, including without limitation the rights
  86. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  87. copies of the Software, and to permit persons to whom the Software is
  88. furnished to do so, subject to the following conditions:
  89.  
  90. The above copyright notice and this permission notice shall be included in
  91. all copies or substantial portions of the Software.
  92.  
  93. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  94. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  95. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  96. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  97. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  98. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  99. THE SOFTWARE.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement