code: 'MODULE_NOT_FOUND', requireStack: [ C:\Users\Me\Desktop\Discord Bot\index.js' ]
To run a node.js file, you need to have a node.js file. When you attempted to run your index.js file, node couldn't see a file there (that's what the MODULE_NOT_FOUND error means). Did you misplace the file you were supposed to run?