The Disgo Cache is a Go module that automatically handles caching for your Discord Bot. The Disgo Cache implements a cache interface that allows you to replace the built-in cache with another store (such as Redis or Memcached) or provide your own method of caching data. For more information on the concept of caching, read What is a Cache?
The Disgo Cache is used when the disgo.Client
creates a Request or receives a Session event.
In Development.
In Development.