public static ServerEmoji GetCached(ulong emojiId) { return(FactoryUtils.GetCached(_cache, emojiId)); }
public static User GetCached(ulong userId) { return(FactoryUtils.GetCached(_cache, userId)); }