1.0.0 • Published 5 years ago

@kcp/tags v1.0.0

Weekly downloads
143
License
MIT
Repository
github
Last release
5 years ago

Tags

A Klasa plugin to add tag functionality to bots

How To Use

  1. Install the plugin.
npm i @kcp/tags

# If you use yarn
yarn add @kcp/tags
  1. Use @kcp/tags in your client.
const { Client } = require("klasa");
Client.use(require("@kcp/tags"));

If you use TypeScript

import { Client } from 'klasa';
import { Client as TagsClient } from '@kcp/tags';

Client.use(TagsClient);
  1. ???... Enjoy!

License

This project is under the MIT license.