Simple plugin to manage an efficient per-member settings gateway.
# NPM
$ npm install --save dirigeants/klasa-member-gateway
# Yarn
$ yarn add dirigeants/klasa-member-gatewayconst{ Client }=require('klasa');Client.use(require('klasa-member-gateway'));// Modifying the SchemaClient.defaultMemberSchema.add('experience','integer',{default: 0}).add('level','integer',{default: 0});