ghostdevv / jellycommands

A command handler for Discord.js
https://jellycommands.dev
MIT License
21 stars 6 forks source link

[breaking] Drop node 16 #191

Closed ghostdevv closed 7 months ago

ghostdevv commented 7 months ago

I think it makes sense to drop Node 16 as it was EOL 1.5 years ago with the security support ending 7 months ago [1].

We can remove the readdirRecursive function: https://github.com/ghostdevv/jellycommands/blob/2cc65ba167c35341916963ec5cc0c701403fe8fa/packages/jellycommands/src/utils/files.ts#L11

Remove this typedef: https://github.com/ghostdevv/jellycommands/blob/99ea799b3ce9283cf002f4922b41295fed3ca5f6/packages/jellycommands/src/JellyCommands.ts#L15