From cb8aecca0d7813fa47727d74188bfa91347c9b2a Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 22 Oct 2024 02:50:39 +0200 Subject: [PATCH] discord: added standalone with guide to disable automatic checks --- wiki/communication.md | 2 +- wiki/discord.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 wiki/discord.md diff --git a/wiki/communication.md b/wiki/communication.md index 4408df4..c0e64a9 100644 --- a/wiki/communication.md +++ b/wiki/communication.md @@ -9,7 +9,7 @@ This article bundles all of them. This section lists some of the most common Voice over IP (VoIP) platforms. - [Matrix](/wiki/matrix.md) is a decentralized and open-source social platform. -- [Discord](https://discord.com/) is a widely used, proprietary social platform. +- [Discord](/wiki/discord.md) is a widely used, proprietary social platform. ### Soundboards diff --git a/wiki/discord.md b/wiki/discord.md new file mode 100644 index 0000000..b92a325 --- /dev/null +++ b/wiki/discord.md @@ -0,0 +1,14 @@ +# Discord + +[Discord](https://discord.com/) is an social platform that combines voice and video conferences as +well as instant messaging chats. + +## Usage + +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. +On [Linux](/wiki/linux.md)-based systems it can be disabled by adding `"SKIP_HOST_UPDATE": true` to +the `~/.config/discord/settings.json` file.