@kcp/tags
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

NPM version NPM downloads Install Size Build Status

NPM info

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @kcp/tags

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

11.2 kB

Total Files

11

Last publish

Collaborators

  • vladfrangu
  • kingdgrizzle