package
1.3.14
Repository: https://github.com/diamondburned/arikawa.git
Documentation: pkg.go.dev

# Functions

DiffMessage fills non-empty fields from src to dst.
New creates a new state.
No description provided by the author
NewFromSession never returns an error.
NewWithIntents creates a new state with the given gateway intents.
No description provided by the author

# Variables

No description provided by the author
ErrStoreNotFound is an error that a store can use to return when something isn't in the storage.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
events that originated from GuildCreate:.
events that originated from GuildCreate:.
events that originated from GuildDelete:.
events that originated from GuildCreate:.
events that originated from GuildDelete:.
NoopStore could be embedded by other structs for partial state implementation.
State is the cache to store events coming from Discord as well as data from API calls.

# Interfaces

Store is the state storage.
All methods in StoreGetter will be wrapped by the State.
No description provided by the author
StoreResetter is used by the state to reset the store on every Ready event.