3 lines
103 B
TypeScript
3 lines
103 B
TypeScript
import { TextChannel } from "eris";
|
|
|
|
export const activeReloads: Map<string, TextChannel> = new Map();
|