Exposed Discord.Cache

This commit is contained in:
Amish Shah
2016-02-04 21:09:30 +00:00
parent 287c143c0e
commit 4b8f85d44a
3 changed files with 21 additions and 14 deletions

View File

@@ -14,6 +14,7 @@ import TextChannel from "./Structures/TextChannel";
import User from "./Structures/User";
import VoiceChannel from "./Structures/VoiceChannel";
import Constants from "./Constants";
import Cache from "./Util/Cache.js";
export default {
Client,
@@ -29,5 +30,6 @@ export default {
TextChannel,
User,
VoiceChannel,
Constants
Constants,
Cache
};