Packages

Package providing Discord API struct caches for crux.

Current section

Files

Jump to
crux_cache lib cache channel.ex
Raw

lib/cache/channel.ex

defmodule Crux.Cache.Channel do
@moduledoc """
Default `Crux.Structs.Channel` cache.
"""
use Crux.Cache.Base, struct: Crux.Structs.Channel
end