KnightHacks / scythe

A Command-Driven Discord.js Addon
MIT License
3 stars 3 forks source link

Add recursive folder command loading #5

Closed suneettipirneni closed 3 years ago

suneettipirneni commented 3 years ago

This would allow commands in nested folders like so:

commands/
  admin/
    ...
  utils/
    ...
  games/

To be loaded, this would be a nice QOL change, and be nice for organization purposes.