I've got a command working that allows someone to type, say "queen class CS-125", and get back the full name, credit hours, avg. GPA, and description!
The code isn't as clean as I'd like it, and currently I've left some console.log() commands that can be a bit spammy, since I was testing it. I plan to clean those up later today, but I figured I'd still submit the pull request now.
Also, when the bot initially starts, it will need to load the CSV data for the first time. It doesn't take very long, only about ~1 minute, and then the bot is ready to go.
I've got a command working that allows someone to type, say "queen class CS-125", and get back the full name, credit hours, avg. GPA, and description!
The code isn't as clean as I'd like it, and currently I've left some console.log() commands that can be a bit spammy, since I was testing it. I plan to clean those up later today, but I figured I'd still submit the pull request now.
Also, when the bot initially starts, it will need to load the CSV data for the first time. It doesn't take very long, only about ~1 minute, and then the bot is ready to go.