function exports(client) {
      this.client = client;
      this._init = bind(this._init, this);
      this.load = bind(this.load, this);
      this._init();