My first slack bot!
- 1 Devlogs
- 1 Total hours
This bot isn't slacking off, it replies to messages 24/7!
This bot isn't slacking off, it replies to messages 24/7!
Devlog #1 - Starting Catbot
Today I started building my Stardance project: Catbot, a Slack bot centered around a virtual space cat named Nova.
The idea is to create a fun bot that lets users interact with a cat exploring the universe. Users can check on Nova, pet her, feed her, and eventually send her on space adventures.
So far I have:
• Set up a Slack Bolt project with Node.js
• Created a basic cat profile with stats
• Added the /cat command to display Nova’s status
• Added the /cat-meow command with random cat responses
• Added the /cat-feed command
• Added the /cat-pet command
This is my first Slack bot project, so I’m learning Node.js and Slack Bolt as I build.