3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 00:05:04 +00:00

Convert !avatar, !jumbo, and !reload_guild

This commit is contained in:
Dragory 2020-07-06 02:47:39 +03:00
parent 48ade3aa12
commit f791a851ca
5 changed files with 155 additions and 1 deletions

View file

@ -0,0 +1,3 @@
import { TextChannel } from "eris";
export const activeReloads: Map<string, TextChannel> = new Map();