So I switched out the .js on all my files with .ts so I could import types.
But when I then tried running my bot using node src/main.ts, I got the following error:
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts"
It even told me to remove the .ts file extensions from my imports, so I did that everywhere I saw a .ts in an import.