Go to file
Jiiks 293725202b Splices moved to module, keep it instead of compiling a new installer jic 2015-12-18 17:26:49 +02:00
NodeInstaller Use splice file 2015-12-13 14:44:21 +02:00
Plugins Guilds Scrollbar Plugin 2015-12-18 12:39:44 +02:00
WindowsInstaller Fixed missing line addition 2015-12-13 15:28:33 +02:00
WindowsRepair Remove ignores 2015-12-11 11:55:06 +02:00
app correct init 2015-08-27 15:54:57 +03:00
css Missing styling 2015-12-14 08:26:12 +02:00
html public server dialog testing 2015-12-11 02:46:49 +02:00
js Restore version info 2015-12-17 05:52:14 +02:00
lib Move loaders to same dom event and added a failsafe dom hook 2015-12-18 17:23:16 +02:00
.gitattributes EOL Attribute 2015-12-11 11:58:06 +02:00
.gitignore Installer config 2015-12-04 02:16:04 +02:00
README.md Updated windows installer link 2015-12-13 15:29:11 +02:00
betterdiscord.js module conversion 2015-08-27 15:38:54 +03:00
emotedata_bttv.json newline fix 2015-12-17 16:35:32 +01:00
emotedata_ffz.json invalid emotes updated 2015-12-18 14:02:23 +01:00
emotedata_twitch.json illegal 2015-10-05 20:40:12 +03:00
emotefilter.json rage 2015-12-18 12:46:52 +02:00
package.json Fixed reload crashing and serverlist inject 2015-12-11 04:46:03 +02:00
serverlist.json Merge pull request #94 from mrdiablo/master 2015-12-17 13:27:06 +02:00
splice Splices moved to module, keep it instead of compiling a new installer jic 2015-12-18 17:26:49 +02:00
uninstall.js k 2015-12-03 05:53:11 +02:00
updater.json 0.2.3 updater 2015-12-13 17:21:38 +02:00
validator.js k 2015-12-03 05:53:11 +02:00

README.md

BetterDiscordApp

Better Discord App enhances Discord desktop app with new features.

As of JavaScript version 1.4, settings have been moved to Discord settings dialog.

On connect you will be automatically invited to the BetterDiscord Discord server one time.

ss

ss

If Discord has updated and the installer hasn't, try replacing the installer index.js with the latest one here: index.js

Windows Universal Installer

Auto Installation

  • Download the latest package from releases
  • Run the installer
  • Hopefully it works.
  • Installer requires node download the binaries and place in the same folder as the installer if you don't have node installed.
  • Installer uses asar which is bundled with the installer.
  • Installer uses wrench which is bundled with the installer.

Manual Installation

  • Extract app.asar
  • Add BetterDiscord as a dependency
  • Add init to Discord load event
  • Move BetterDiscord to node_modules

Features

Emotes: BetterDiscord adds all Twitch.tv, most FrankerFaceZ and BetterTTV emotes to Discord. Supported FrankerFaceZ emotes: http://jiiks.net/projects/betterdiscord/ffz/

Quick Emote Menu: Quick Emote Menu adds a menu for quickly adding twitch emotes.

Emote Autocapitalize: Automatically capitalize Twitch.tv global emotes.

Emote Autocomplete: Automatically completes/suggests emotes.(soon)

Minimal Mode: Minimal mode makes elements smaller and hides certain elements.

Voice Chat Mode: Only display voice channels

Public Servers: A menu for displaying public servers. Serverlist (Broken)

Custom CSS BetterDiscord supports custom CSS for styling Discord to your liking.

Spoilers Add spoilers to your chat, simply add [!s] to your message.

Save Logs Locally: Save chatlogs locally.(soon)

Adding you server to public servers

Edit the Serverlist and submit a pull request.

BetterDiscord Uses the following API's

Credits

License

The MIT License (MIT)

Copyright (c) 2015 Jiiks

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.