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