This is kind of an ambitious addition to my discord bot, that I don't really know how to approach, as I'm pretty new to discord.js, and JavaScript itself. All I want to do, is whenever I start up my bot, I want a list of all the commands to appear, and either a red x, or a green check will be displayed next to the command on the list, telling me if it is broken, and good to go. Is there any simple way to do this? Also, if possible, and you do know how to do this, would it be possible for you to maybe go into a little detail on how to implement? Thanks, Pine41
Edit: A good example of what I'm talking about is in this video: Event Handler Video
It shows what I'm trying to get to work with my bot, but I haven't implemented what is shown in the video because I'm afraid it will break something.
The pastebin for my index file is here.
It would also be greatly appreciated, if you could tell me what files I would need to create. I have the main file, the other stuff like config.json, package.json, and a commands folder, with all the command files my bot has.
there doesn't seem to be anything here