Convert !avatar, !jumbo, and !reload_guild

This commit is contained in:
Dragory 2020-07-06 02:47:39 +03:00
parent a0e46df19d
commit 302987cb17
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
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();