mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
more work on message
This commit is contained in:
@@ -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>(),
|
||||
}
|
||||
Reference in New Issue
Block a user