mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-19 15:30:00 +00:00
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
![]() |
import { TextChannel } from "eris";
|
||
|
|
||
|
export const activeReloads: Map<string, TextChannel> = new Map();
|