After some study of other bots and some tutorials, it looks like the usual programming pattern for the library being used here (discord.js) is having a single command handler running on top of the bot which can take files as command configurations, rather than the other way around. I'll see about having this done soon; the way commands are currently handled is absolutely atrocious.
After some study of other bots and some tutorials, it looks like the usual programming pattern for the library being used here (discord.js) is having a single command handler running on top of the bot which can take files as command configurations, rather than the other way around. I'll see about having this done soon; the way commands are currently handled is absolutely atrocious.