# Devlog 3 for https://stardance.hackclub.com/projects/13469
> Note: This project is still a work in progress and may contain bugs or incomplete features.
## What did I do?
I added the following slash commands:
- /blob-about: This command basically gives the uptime of the bot and a few info.
I also replaced the @ping responses with an ai chatbot using the HackClub AI API. (ChatGPT helped me a bit because i couldn't figure out how to add a history to the chat)
> Note: The AI chatbot feature may be removed in the future. And also the responses are a bit slow.
I also updated the /blob-help command with these new commands and I added a pfp to the bot.
## What will I add?
Right now I don't know what I could add but tomorrow I may come up with some new ideas.
## Where can I test the bot?
The bot can be tested in #crislzys-testing-channel on HackClub's Slack
## Used Packages
- @slack/bolt
- axios
- dotenvflavortown.hackclub.com/projects/20745 made the first devlog...