Multipurpose-discord-bot icon indicating copy to clipboard operation
Multipurpose-discord-bot copied to clipboard

Everything seems outdated and broken

Open mrkingtj opened this issue 6 months ago • 1 comments

As the title suggests, you are missing dotenv from the package.json file along with everything else being depreciated and out of support.

Error: ENOENT: no such file or directory, scandir 'C:\Users\cheese\Desktop\beta\commands\🎤 Voice' (yes the folder exists) TypeError: Cannot open database because the directory does not exist (no idea) let channel = guild.channels.cache.get(client.musicsettings.get(player.guild, "channel")); SyntaxError: Lexical declaration cannot appear in a single-statement context(complaining about the "let" usage) TypeError: Cannot read properties of undefined (reading 'ensure') at module.exports (C:\Users\cheese\Desktop\beta\handlers\ranking.js:1691:19) (dunno either) For example ^^

I'm putting this into a bug report instead of general help as this is with stock files directly from the repo. Yes, I have done everything possible to fix these issues, even with updated deps. versions via npm-check-updates package. Not sure if this is just me or if others are having the same issue. Code is unusable in its current state.

Do note that everything I'm saying here has been done with 0 modifications whatsoever to the stock files directly from this repo.

mrkingtj avatar Feb 29 '24 10:02 mrkingtj