Skip to content

Commit

Permalink
Specify required config for member cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jswny committed Nov 17, 2024
1 parent 08e6bda commit 5861ac2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/nostrum/cache/member_cache.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ defmodule Nostrum.Cache.MemberCache do
The user-facing functions of this module can be called with a custom cache as
the final argument. This is mainly useful if you want to test the cache: by
default, nostrum will use #{@default_cache_implementation}.
In order to use this cache, you must enable the `:guild_members` intent, and you must also enable the `request_guild_members: true` configuration option.
"""
@moduledoc since: "0.7.0"

Expand Down

0 comments on commit 5861ac2

Please sign in to comment.