AutoCat

AutoCat Used AI

5 devlogs
3h 41m
•  Ship certified
Created by fsh

AutoCat is a Discord.js bot that automatically sends daily cat pictures or GIFs to a Discord server channel.

Cat pictures and GIFs are from the CATAAS (Cat as a service) API (https://cataas.com/)

Timeline

Ship 1

1 payout of shell 56.0 shells

fsh

about 1 month ago

fsh Covers 5 devlogs and 3h 41m

The user can now choose GIFs or pictures at the specified time. I also fixed bugs and code errors.

Update attachment

I copied some of the code from the /gif command to update the /cat command.
Like the /gif command, the /cat command now downloads the image and temporarily stores it locally on the server. The code I used before requested and sent the URL and Discord would load the image like a preview.

Update attachment

The new /gif command is similar to the /cat command but it sends an animated cat GIF. I also made a few bug fixes.

Update attachment

With some assistance from ChatGPT (for troubleshooting, not vibe coding), I added three new commands.
- /list displays all scheduled cat messages
- /start schedules cat messages
- /stop removes the channel from the list

Update attachment

Two basic commands:
/info: Short, simple bot information
/cat: Random cat image from the CATAAS API

Update attachment