2.3.1 • Published 3 years ago

@diamondbot/cats-command v2.3.1

Weekly downloads
277
License
MIT
Repository
github
Last release
3 years ago

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 :)