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