1.0.1 • Published 4 years ago

@shadow/klasa-textchannel-master-gateway v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

this is just an updated version of the klasa-textchannel-gateway, you can find the orginal Here

klasa-textchannel-gateway

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

Note

This package isn't maintained, this package won't also work with news channels.

Installation

# NPM
$ npm install --save @shadow/klasa-textchannel-master-gateway

Setup

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

Client.use(require('@shadow/klasa-textchannel-master-gateway'));

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

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago

0.0.1-dev

4 years ago