===== Discord Installation via SNAP =====
==== Install Discord on Ubuntu via snap ====
Just use the following command:
sudo snap install discord
=== Fix Discord (snap) spamming syslog ===
If Discord is spamming your syslog on Ubuntu or Debian and you installed it via snap, try this:
sudo snap connect discord:system-observe :system-observe
This is required when Discord should be able to see which programs are running to display them in your status.
Source: [[https://github.com/snapcrafters/discord/issues/43|github.com/snapcrafters/discord]]
-----