s-hfarooq / AlmaBotter

Discord Bot for the UIUC 202x Server
https://discord.gg/2pFv4Wq
MIT License
0 stars 11 forks source link

*Working* Class Command #8

Closed ethanrasmussen closed 4 years ago

ethanrasmussen commented 4 years ago

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.