Today I installed discord software on Fedora 33 Linux distro and it works very well.
As you know this is a software widely used by users.
Discord is a VoIP, instant messaging and digital distribution platform designed for creating communities. Users communicate with voice calls, video calls, text messaging, media and files in private chats or as part of communities called "servers".[note 1] Servers are a collection of persistent chat rooms and voice chat channels. Discord runs on Windows, macOS, Android, iOS, iPadOS, Linux, and in web browsers. As of July 21, 2019, the service has over 250 million users.[9] , see Wikipedia.
Installation is very simple using the DNF utility...
[root@desk mythcat]# dnf install discord.x86_64
Last metadata expiration check: 0:08:52 ago on Sat 24 Apr 2021 07:55:22 PM EEST.
Dependencies resolved.
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
discord x86_64 0.0.14-1.fc33 rpmfusion-nonfree-updates 54 M
Installing dependencies:
libcxx x86_64 11.0.0-1.fc33 updates 252 k
libcxxabi x86_64 11.0.0-1.fc33 updates 84 k
Transaction Summary
================================================================================
Install 3 Packages
Total download size: 54 M
Installed size: 173 M
Is this ok [y/N]: y
Downloading Packages:
(1/3): libcxxabi-11.0.0-1.fc33.x86_64.rpm 273 kB/s | 84 kB 00:00
(2/3): libcxx-11.0.0-1.fc33.x86_64.rpm 404 kB/s | 252 kB 00:00
(3/3): discord-0.0.14-1.fc33.x86_64.rpm 9.5 MB/s | 54 MB 00:05
--------------------------------------------------------------------------------
Total 8.5 MB/s | 54 MB 00:06
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : libcxxabi-11.0.0-1.fc33.x86_64 1/3
Installing : libcxx-11.0.0-1.fc33.x86_64 2/3
Installing : discord-0.0.14-1.fc33.x86_64 3/3
Running scriptlet: discord-0.0.14-1.fc33.x86_64 3/3
Verifying : libcxx-11.0.0-1.fc33.x86_64 1/3
Verifying : libcxxabi-11.0.0-1.fc33.x86_64 2/3
Verifying : discord-0.0.14-1.fc33.x86_64 3/3
Installed:
discord-0.0.14-1.fc33.x86_64 libcxx-11.0.0-1.fc33.x86_64
libcxxabi-11.0.0-1.fc33.x86_64
Complete!