Skip to content

Latest commit

 

History

History

cats

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Diamond Bot Cats Command

NPM Code style: XO

Command that posts random cat photos and gifs from reddit.

Install

npm install @diamondbot/cats-command
import { Bot } from '@diamondbot/core';
import CatsCommand from '@diamondbot/cats-command';

const bot = new Bot();
bot.addCommand(new CatsCommand);

Command does not require additional configuration.

Usage

!cats

Command has no additional options.

Contributing

Contributions are always welcome! Feel free to fix any bug you find or propose commands to add to the bot.

Support

If you use this package please consider starring it :)