Completely new to coding, I have been following a tutorial to set up a bot on Discord. This should be the simplest part, but I have already spent over 6 hours trying to solve this issue. I have attempted various solutions like updating Java and computer drivers, restarting my computer, checking the code with other tutorials, switching between different versions of notepad for file types, and running npm clear cache, yet the problem persists.
{
“
name”: “Marvel - Mayhem”,
“version”: “1.0 .0”,
“description”: “A Marvel trading card game”,
“main”: “bot.js”,
“author”: “White Crow”,
“dependencies”: {}
}
During the clear cache process, it prompts me to confirm by typing 'force'. Upon doing so, a warning message saying 'I hope you know what you're doing' pops up. I am unsure if the cache has been cleared or if there is something else I need to do to proceed. Any assistance would be greatly appreciated.