UNPKG

pockybot

Version:

Spark bot that handles team recognition

6 lines (5 loc) 97 B
import { Role } from "./role"; export interface RolesRow { userid: string; role: Role; }