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