Introduction
To understand how to do things in Vencord, you will sooner or later have to reverse engineer Discord’s code.
Websites are made in javascript, so you can just open the developer tools in your browser and start inspecting the code.
However, Discord is a complex app, and its code is minified, so you will have to learn how to read and understand minified JavaScript code.