more work on message

This commit is contained in:
Skillz
2020-02-18 19:29:32 -05:00
parent 399bad1e78
commit a85bad4563
5 changed files with 95 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
import { Guild } from "../types/guild";
export const cache = {
guilds: new Map<string, Guild>(),
users: new Map<string, User>(),
channels: new Map<string, Channel>(),
}