Packages

Package providing Discord API struct caches for crux.

Current section

Files

Jump to
crux_cache lib cache presence.ex
Raw

lib/cache/presence.ex

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