F
Size: a a a
F
II
II
II
F
II
II
F
KB
II
II
R
R
II
"use strict";
var Admin =
/*#__PURE__*/
function () {
function Admin(admin, client, db) {
this.admin = admin;
this.client = client;
this.db = db;
}
var _proto = Admin.prototype;
_proto["/somecommand"] = function somecommand(msg, ctx, args) {// Some implementation of class method
};
return Admin;
}();
II
II
m
DM
II
II