From 3fe39919c10bc739c92e47e824d36218c1576c98 Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 24 Nov 2025 01:56:42 +0100 Subject: [PATCH] discord: added Vesktop --- wiki/discord.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/wiki/discord.md b/wiki/discord.md index d251f02..dbb20dd 100644 --- a/wiki/discord.md +++ b/wiki/discord.md @@ -9,7 +9,7 @@ This section addresses various features of Discord. ### Disable Automatic Update Checks -By default Discord performs an automatic check to see if it is up to date. +By default, Discord performs an automatic check to see if it is up to date. On [Linux](/wiki/linux.md)-based systems it can be disabled by adding `"SKIP_HOST_UPDATE": true` to the `~/.config/discord/settings.json` file. @@ -18,11 +18,23 @@ the `~/.config/discord/settings.json` file. For Discord there are various bots capable of playing music. The following is a list of bots featured in this wiki that can do this. -- [Sinusbot](/wiki/sinusbot.md) is a self-hosted bot for Discord that can play music and sounds. +- [Sinusbot](/wiki/sinusbot.md) is a self-hosted bot for Discord that can play music and sounds. It's closed-source and free of charge. - It also features [Teamspeak](/wiki/teamspeak.md) support. + It also features [TeamSpeak](/wiki/teamspeak.md) support. ### Themes and Plugins By default Discord has no option to use themes or plugins. This however can be changed by using [BetterDiscord](/wiki/betterdiscord.md). +Another option is using [Vesktop](https://github.com/Vencord/Vesktop). + +## Troubleshooting + +This section will focus on errors and the fixing of errors of Discord. + +### Streaming Audio not Possible + +Using the default client when sharing the screen the audio might not be streamed aswell. +This can happen with both [Wayland](/wiki/linux/wayland.md) and +[X11](/wiki/linux/x_window_system.md). +The simplest way to fix is to use [Vesktop](https://github.com/Vencord/Vesktop).