I realized that package is too heavy to be importing in each file, so I found a way to import in a single file.
Of course, importing types in typescript won't weigh more, because when compiled it won't appear, but now it's weird to import only the types, and I'm sure there's some way to use global types without needing to import
When vscode imports the type, it never puts the "type" keyword so I can end up forgetting to put it and discord.js is imported