slurpcord
Version:
Simple API wrapper for Discord
7 lines (6 loc) • 515 B
JavaScript
import { getCachedGuild, addGuildToCache, getGuild } from "./guilds.js";
import { getCachedUser, userIsIsCache } from "./users.js";
import { getCachedChannel } from "./channels.js";
import { getCachedMember, memberIsIsCache, addMemberToCache } from "./members.js";
import { getDMchannel, addDMchannel } from "./dmchannels.js";
export { getCachedGuild, getCachedUser, userIsIsCache, getCachedChannel, getCachedMember, memberIsIsCache, addMemberToCache, getDMchannel, addDMchannel, addGuildToCache, getGuild };