diff --git a/docs/extractors/extractor.md b/docs/extractors/extractor.md index dff289b..eefac43 100644 --- a/docs/extractors/extractor.md +++ b/docs/extractors/extractor.md @@ -5,7 +5,7 @@ The Extractor API allows you to build your own stream extractor for **Discord Pl Your extractor should have 2 methods (required): - `validate(query): boolean` - This method is called by Discord Player while validating the query provided via `Player.play()`. (Note that only `string` queries are passed to your extractor) + This method is called by Discord Player while validating the query provided via `Player.search()`. (Note that only `string` queries are passed to your extractor) - `getInfo(query): object` @@ -83,4 +83,4 @@ const downloader = require("@discord-player/downloader").Downloader; player.use("YOUTUBE_DL", downloader); ``` -> Discord Player auto-detects and uses `@discord-player/extractor` if it is installed! \ No newline at end of file +> Discord Player auto-detects and uses `@discord-player/extractor` if it is installed!