A Klasa plugin to add tag functionality to bots
- Install the plugin.
npm i @kcp/tags
# If you use yarn
yarn add @kcp/tags
- 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);
- ???... Enjoy!
This project is under the MIT license.