Discord is a great app for programmers and communities to chat and communicate with each other, but it's not safe from malware injection, since it's built on top of Electron, which is a framework for building cross-platform desktop apps using web technologies, it's vulnerable to malware injection very easily, any tool that can inject JavaScript into the app can be used to steal your data, Discord is not the only app that's vulnerable to this, there are many other apps that are built on top of Electron, like Slack, VSCode, and many more.
Would you like to find out if your Discord app is vulnerable?
I have created a small CLI tool that can be used to find out if your Discord app is vulnerable to malware injection or not, it's called discord-inject-remover on NPM.
you can find the source code on GitHub discord-inject-remover
Usage
npx discord-inject-remover
That's it! it will tell you if your Discord app is vulnerable or not. :)