Better discord github linux
BetterDiscord
BetterDiscord is a client modification for Discord. This allows you to add plugins and themes to your personal copy of Discord. BetterDiscord also adds a number of other features out of the box.
Grab the exe file from here.
Grab the zip file from here.
Grab the AppImage file from here.
For normal users, installing via the installers makes the most sense. However when wanting to either develop BetterDiscord, or when the installers do not work, this option can be used.
Prerequisites: Git, Node.js 12.x+ and the package manager npm.
- Clone this repository git clone https://github.com/BetterDiscord/BetterDiscord.git
- Install dependencies with npm install
- Build both the Injector and Renderer bundles with npm run build this will create a injector.js , preload.js , and renderer.js in the dist folder.
- Run the inject script to inject the local files into your Discord client ( npm run inject ). Alternately install it to non-stable using npm run inject canary .
This is a client modification for Discord. It allows you to add plugins and themes to your client. Plugins can add functionality and useful features. Themes can completely change the look and feel of Discord.
BD has some other built-in features such as Emotes from Twitch, FFZ, and BBTV, as well as an in-client server browser.
Where can I get plugins and themes?
The easiest way to find plugins and themes is to browse them on our website: https://betterdiscord.app/. Additionally, in our support servers we have channels with lists of official plugins and themes.
These people have all subscribed to the True Supporter tier on Patreon to support me.
Kraken | SPHHAX | DefCon42 | Justxn | monkey | Gibbu | Orekieh |
These people have all subscribed to the Bandager tier on Patreon to support me.
William JCM | NFLD99 | Tenuit | Pu | Paco | Jordan |
These people have either donated or subscribed to the most basic patron tier to support me.
aetheryx | JBeauDee | vantiss | xstefen | 『Sorey』 | LiVeR | SweetLilyCake | GameKuchen | Lozo | Akira | Pixel |
About
Better Discord enhances Discord desktop app with new features.
Источник
Better discord github linux
A manager for BetterDiscord on Linux.
Requires curl , which you can install from your distro’s package manager, if it’s not already installed.
You can then install as follows ( # means that a command needs root, which you can get by prefixing it with sudo ):
You can then keep betterdiscordctl up to date with one command:
Displays the current version.
Displays usage information.
Increases the verbosity level, for progressively more debugging information.
Decreases the verbosity level, for progressively less debugging information.
-f , —d-flavors (default :canary:ptb )
When scanning, looks for installations with the given suffixes (case insensitive, both hyphenated and unhyphenated). Stable is » , as it has no suffix. Note that no spaces follow colons. Your Discord flavor probably doesn’t have a space in it, so don’t use any in here.
Flavors besides » are only relevant to traditional Discord installations.
Disregards scanning results and uses the specified modules directory (found inside Discord’s user-specific storage directory).
When installing BetterDiscord, use the specified local directory. Overrides earlier —bd-remote-url or —bd-remote-github . » keeps a previous value.
When installing BetterDiscord, use the specified base URL. Overrides earlier —bd-remote-dir or —bd-remote-github . » keeps a previous value.
Works like —bd-remote-dir with files downloaded into BetterDiscord’s data directory.
-H , —bd-remote-github (default
When installing BetterDiscord, use the specified GitHub repository, of form [
][/ ][# ] . Defaults to upstream BetterDiscord. Overrides earlier —bd-remote-dir or —bd-remote-url . Omitted parts keep previous values (e.g. -H ‘
BetterDiscord’ only changes the owner to BetterDiscord , and -H » changes nothing but still ensures the configured GitHub repository will be used).
Works like —bd-remote-url with a GitHub repository release download base URL.
Instead of downloading betterdiscord.asar from a release, use the specified BetterDiscord asar file name. This flag is mostly meant for quirky tests of custom BetterDiscord builds.
Automatically detect the default Flatpak directory for Discord.
Automatically detect the default Snap directory for Discord.
—flatpak-bin (default flatpak )
Calls this flatpak executable.
—snap-bin (default snap )
Calls this snap executable.
—self-upgrade-url (default https://github.com/bb010g/betterdiscordctl/raw/master/betterdiscordctl )
Use the specified URL for self-upgrading betterdiscordctl.
Displays information about your current BetterDiscord setup.
Installs BetterDiscord, managing what’s necessary by default.
Reinstalls BetterDiscord, removing the old files.
Uninstalls BetterDiscord, removing the managed repository if used.
Upgrades betterdiscordctl to the latest version available on GitHub.
If betterdiscordctl is installed from a package, self-upgrading may be disabled, in which case the package’s maintainer should keep it up to date.
Lists options & commands.
betterdiscordctl -f ptb status
Shows the BetterDiscord status for the PTB flavor.
betterdiscordctl -f canary install
Installs BetterDiscord to the Canary flavor.
betterdiscordctl -i flatpak reinstall
Reinstalls BetterDiscord to a Discord installed via Flatpak.
betterdiscordctl -i snap uninstall
Uninstalls BetterDiscord from a Discord installed via Snap.
betterdiscordctl ‘s machine-specific data directory. Currently unused and not created on new installs.
betterdiscord ‘s normal data & configuration.
With —flatpak , this will fall back to
With —snap , this will fall back to $SNAP_USER_DATA/.config .
About
A utility for managing BetterDiscord on Linux.
Источник
Better discord github linux
A simple standalone program which automates the installation, removal and maintenance of BetterDiscord.
This repository contains the source code for the BetterDiscord installer. This installer is written with electron-webpack and Svelte 3.
These will link you to the latest builds found in the releases tab of this repository.
This is a tutorial designed for people looking to contribute to, or work directly with the installer’s source code. If you are just looking to download and install BetterDiscord, visit the releases page of this repository.
- Git
- Node.js with npm .
- Command line of your choice.
1: Clone the repository.
This will create a local copy of this repository and navigate you to the root folder of the repository.
2: Install Dependencies
Run this command at the root folder to install dependencies:
3: Run Build Script
To run the installer in development mode, simply run the following command:
This project uses ESLint. Run this command to lint your changes:
For information on contributing to this project, please see CONTRIBUTING.md.
About
A simple standalone program which automates the installation, removal and maintenance of BetterDiscord.
Источник
Better discord github linux
Copy raw contents
Copy raw contents
BetterDiscord
BetterDiscord is a client modification for Discord. This allows you to add plugins and themes to your personal copy of Discord. BetterDiscord also adds a number of other features out of the box.
Grab the exe file from here.
Grab the zip file from here.
Grab the AppImage file from here.
For normal users, installing via the installers makes the most sense. However when wanting to either develop BetterDiscord, or when the installers do not work, this option can be used.
Prerequisites: Git, Node.js 12.x+ and the package manager npm.
- Clone this repository git clone https://github.com/BetterDiscord/BetterDiscord.git
- Install dependencies with npm install
- Build both the Injector and Renderer bundles with npm run build this will create a injector.js , preload.js , and renderer.js in the dist folder.
- Run the inject script to inject the local files into your Discord client ( npm run inject ). Alternately install it to non-stable using npm run inject canary .
This is a client modification for Discord. It allows you to add plugins and themes to your client. Plugins can add functionality and useful features. Themes can completely change the look and feel of Discord.
BD has some other built-in features such as Emotes from Twitch, FFZ, and BBTV, as well as an in-client server browser.
Where can I get plugins and themes?
The easiest way to find plugins and themes is to browse them on our website: https://betterdiscord.app/. Additionally, in our support servers we have channels with lists of official plugins and themes.
These people have all subscribed to the True Supporter tier on Patreon to support me.
Kraken | SPHHAX | DefCon42 | Justxn | monkey | Gibbu | Orekieh |
These people have all subscribed to the Bandager tier on Patreon to support me.
William JCM | NFLD99 | Tenuit | Pu | Paco | Jordan |
These people have either donated or subscribed to the most basic patron tier to support me.
Источник