Skip to content

A simple klasa plugin to add tags functionality

License

Notifications You must be signed in to change notification settings

KlasaCommunityPlugins/tags

Repository files navigation


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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published