My first slack bot!
- 4 Devlogs
- 1 Total hours
Prefix is /gst-[command] Try it in any channel in the hack club slack!
Prefix is /gst-[command] Try it in any channel in the hack club slack!
I added better logging to console, and i also added comments in my code. I also updated the README.md per reviewer request.
I added a command that lists all whitelisted users and their corresponding IDS.
Today I cleaned up the structure of my code and I implemented 2 new features.
One is a whitelist for slack ids (currently stored in ENV but i will be making a command later) and the other is an echo command that does exactly as it says when a whitelisted user runs the command.
I copied most of the code from the guide and added some other stuff, a empty README file, another command, a example gitignore i found online, and an example .env file.