diff --git a/README.md b/README.md index 4fe2d37..768780b 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,6 @@ echoes its `data`. ## Cache button (mention priming) Discord clients render `<@id>` as a raw id until the user object is cached locally. -Omit `cache` (or pass `None` / `[]`) and the button never appears; a non-empty cache -must have one entry per page or construction raises. The cache button fixes that: pass `cache=[...]` with one entry per page, where each entry is a string of the user mentions on that page (`"<@111> <@222> <@333>"`).