Convert !avatar, !jumbo, and !reload_guild
This commit is contained in:
parent
a0e46df19d
commit
302987cb17
5 changed files with 155 additions and 1 deletions
3
backend/src/plugins/Utility/guildReloads.ts
Normal file
3
backend/src/plugins/Utility/guildReloads.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { TextChannel } from "eris";
|
||||
|
||||
export const activeReloads: Map<string, TextChannel> = new Map();
|
Loading…
Add table
Add a link
Reference in a new issue