Go to file
Alexei Stukov 4cb39d90c0 close issues
Closes #111 Closes #153 Closes #215 Closes #238 Closes #275 Closes #280 Closes #281 Closes #286 Closes #289 Closes #291 Closes #294 Closes #302 Closes #304  Closes #308  Closes #315  Closes #317  Closes #320  Closes #321 Closes #322 Closes #323 Closes #324  Closes #325  Closes #327  Closes #331  Closes #332  Closes #333  Closes #334  Closes #337  Closes #337 Closes #340 Closes #341 Closes #345 Closes #346 Closes #347 Closes #348 Closes #351 Closes #354 Closes #359 Closes #360 Closes #364 Closes #367 Closes #368 Closes #370 Closes #371 Closes #372 Closes #373 Closes #374 Closes #375 Closes #376 Closes #377 Closes #378 Closes #379 Closes #380 Closes #382 Closes #383 Closes #386 Closes #387 Closes #388 Closes #390 Closes #393 Closes #394 Closes #395 Closes #396 Closes #397 Closes #398 Closes #402
2017-05-05 09:02:04 +03:00
Firefox fff 2015-12-21 14:21:01 +02:00
Installers Update Linux support to 0.0.14 2017-01-29 12:27:32 -05:00
Plugins Updated to comply with the new storage spec 2017-01-09 08:29:18 +02:00
css Fixed name overflow and plugin settings close button. 2017-05-05 04:24:22 +03:00
data Updated FFZ emotes =3 2017-05-02 20:15:17 +01:00
dev Change BTTV emote length to 3 (allowing LUL) 2016-10-17 00:19:29 -07:00
html public server dialog testing 2015-12-11 02:46:49 +02:00
js Localization fix and layer identifiers 2017-05-04 18:47:16 +03:00
lib More case sentivity fixes 2017-02-10 15:58:37 +02:00
misc Move stuff to misc, remove unsused files add .dev. to ignore 2016-01-17 01:16:11 +02:00
v2 Fixed with install path 2017-02-05 07:12:16 -06:00
.gitattributes EOL Attribute 2015-12-11 11:58:06 +02:00
.gitignore Added resource injection, fixed timestamps, ignores 2016-10-31 20:33:04 +02:00
Gruntfile.js Renaming and updated gruntfile 2016-04-11 10:41:17 +03:00
README.md Fix license link 2017-04-30 06:27:03 +03:00
betterdiscord.js module conversion 2015-08-27 15:38:54 +03:00
issues close issues 2017-05-05 09:02:04 +03:00
package.json Dev dependancies and Gruntfile 2016-04-10 16:22:47 +03:00
splice Splices moved to module, keep it instead of compiling a new installer jic 2015-12-18 17:26:49 +02:00

README.md

Note that this whole branch is deprecated. all further development is going on here: https://github.com/Jiiks/BetterDiscordApp/tree/v2

BetterDiscordApp

If you have issues then join the BD Discord server: Here

Do not contact Discord support about BD issues.

All plugins must be named *.plugin.js and all themes must be named *.theme.css

Better Discord App enhances the Discord desktop app with new features.

ss

Windows Universal Installer

Auto Installation

  • Download the latest package from releases
  • Run the installer
  • 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 emotes: https://betterdiscord.net/emotes

Quick Emote Menu: Quick Emote Menu adds a menu for quickly adding twitch emotes and your favorite 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: Public server listing provided by: DiscordServers.com ss

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

Custom Themes BetterDiscord comes with a theme loader for loading your own or downloading themes made by others.

Plugins BetterDiscord comes with a JavaScript plugin loader for loading your own or downloading plugins made by others.

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

Save Logs Locally: Save chatlogs locally.(soon)

Adding your server to public servers

As of JS1.60 the public server list is supplied by DiscordServers.com Add your server there and it will appear in the list!

BetterDiscord Uses the following API's

Credits

License

The MIT License (MIT)

Copyright (c) 2015-present Jiiks | Jiiks.net

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.