1.0.0 • Published 7 years ago
@kcp/tags v1.0.0
Tags
A Klasa plugin to add tag functionality to bots
How To Use
- Install the plugin.
npm i @kcp/tags
# If you use yarn
yarn add @kcp/tags- Use
@kcp/tagsin 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);- ???... Enjoy!
License
This project is under the MIT license.
1.0.0
7 years ago