Skip to content

AutoCat is a Discord.js bot that automatically sends cat pictures or GIFs to a Discord server channel. Unrelated to Autodesk's AutoCAD software.

Notifications You must be signed in to change notification settings

fishtested/AutoCat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

92d7a0a · · Aug 19, 2025

History

10 Commits
Aug 19, 2025
Aug 19, 2025
Aug 19, 2025

Repository files navigation

AutoCat

AutoCat is a Discord.js bot that automatically sends 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/)

Commands

  • /cat: Sends a cat picture
  • /gif: Sends a cat GIF
  • /start: Schedules automatic cat pictures or GIFs to a user-specified channel at a user-specified time (UTC)
  • /info: Information about the bot
  • /list: Lists scheduled cats in the server
  • /stop: Stops the automatic cat pictures or GIFs

Files

  • bot.js: The main bot file
  • config.json: The bot token, not included in the repository
  • scheduler.js: Schedules and sends automatic pictures
  • schedules.json: The schedule database (channels, times)

Screenshots

Automatic GIF /cat Schedule

Installation

  1. Install the Node.js dependencies (npm install discord.js @discordjs/builders node-cron, fs)
  2. Download the bot.js and scheduler.js file
  3. Create a config.json file with your bot token
  4. Create a schedules.json file. If it does not exist, the bot will create one.
  5. Run the bot (node bot.js)

About

AutoCat is a Discord.js bot that automatically sends cat pictures or GIFs to a Discord server channel. Unrelated to Autodesk's AutoCAD software.

Resources

Stars

Watchers

Forks