Skip to content

bannerbombs-klasa-plugins/klasa-textchannel-gateway

Repository files navigation

Check the Settings Branch for an up-to-date version.

This is the repository for the original klasa-textchannel-gateway package.

klasa-textchannel-gateway

Simple plugin to manage an efficient per-textchannel settings gateway.

Installation

# NPM
$ npm install --save bannerbombs-textchannel-gateway/klasa-textchannel-gateway

# Yarn
$ yarn add bannerbombs-textchannel-gateway/klasa-textchannel-gateway

Setup

const { Client } = require('klasa');

Client.use(require('klasa-textchannel-gateway'));

// Modifying the Schema
Client.defaultTextChannelSchema
    .add('experience', 'integer', { default: 0 })
    .add('level', 'integer', { default: 0 });

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published