Need help with logging system
So I'm working on a bot called "Neonova" that I have made with a logging system built in and I want to log channel permission updates but I'm having trouble doing so.
The following attachment is my code. Is there something I'm doing wrong?
10 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!I also want to add that my discord.js package version is 13.6.0 and my node version is 20.18.3
13.6.0 is outdated. By a lot
v13 is not even supported anymore
I have some packages using the latest version
(Although secretly my bot is running on [email protected])
still, v13 is unsupported
If you want support you will need to upgrade to v14
oh and yes, some packages are using v14 💀
oh and also I can't even upgrade to v14 cause of how my code structure is
You can start from here
i think i should upgrade now tbh
except that might be quite hard cause of my code structure ðŸ˜
You can continue to use v13, but know that no help will be provided in that regard. So you are on your own there. It is also never a bad idea to upgrade to the latest version.