Skip to content

KlasaCommunityPlugins/tags


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.

About

A simple klasa plugin to add tags functionality

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5