pockybot
Version:
Spark bot that handles team recognition
23 lines (22 loc) • 571 B
TypeScript
export declare enum Command {
Help = "help",
Peg = "peg",
Status = "status",
Keywords = "keywords",
Ping = "ping",
Welcome = "welcome",
Rotation = "rotation",
Winners = "winners",
Results = "results",
Reset = "reset",
Update = "update",
Finish = "finish",
NumberConfig = "numberconfig",
StringConfig = "stringconfig",
RoleConfig = "roleconfig",
Unpeg = "unpeg",
LocationConfig = "locationconfig",
UserLocation = "userlocation",
RemoveUser = "removeuser",
LocationWeight = "locationweight"
}