pockybot
Version:
Spark bot that handles team recognition
27 lines (26 loc) • 955 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Command = void 0;
var Command;
(function (Command) {
Command["Help"] = "help";
Command["Peg"] = "peg";
Command["Status"] = "status";
Command["Keywords"] = "keywords";
Command["Ping"] = "ping";
Command["Welcome"] = "welcome";
Command["Rotation"] = "rotation";
Command["Winners"] = "winners";
Command["Results"] = "results";
Command["Reset"] = "reset";
Command["Update"] = "update";
Command["Finish"] = "finish";
Command["NumberConfig"] = "numberconfig";
Command["StringConfig"] = "stringconfig";
Command["RoleConfig"] = "roleconfig";
Command["Unpeg"] = "unpeg";
Command["LocationConfig"] = "locationconfig";
Command["UserLocation"] = "userlocation";
Command["RemoveUser"] = "removeuser";
Command["LocationWeight"] = "locationweight";
})(Command = exports.Command || (exports.Command = {}));