mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-18 23:09:59 +00:00
3 lines
103 B
TypeScript
3 lines
103 B
TypeScript
import { TextChannel } from "eris";
|
|
|
|
export const activeReloads: Map<string, TextChannel> = new Map();
|