diff --git a/apps/website/docs/guide/11-caching.mdx b/apps/website/docs/guide/11-caching.mdx index 728efb6..7df76ef 100644 --- a/apps/website/docs/guide/11-caching.mdx +++ b/apps/website/docs/guide/11-caching.mdx @@ -223,6 +223,10 @@ async function fetchData() { } ``` +:::tip +The `'use cache'` directive will only work if you are using the commandkit cli to run your bot. Any function decorated with `'use cache'` will be automatically cached. +::: + ### Using the cache manually ```js