Skip to content

Commit

Permalink
fix: remove search_response_ms
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Nov 3, 2023
1 parent 3597e68 commit fe39530
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ https://user-images.githubusercontent.com/25207995/226811331-4b86a328-a93c-46da-
* [prefix](#prefix)
* [token](#token)
* [minutes_per_check](#minutes_per_check)
* [search_response_ms](#search_response_ms)
* [seconds_between_check](#seconds_between_check)
* [url_params](#url_params)
* [guild_item_limit](#guild_item_limit)
* [cache_limit](#cache_limit)
Expand Down Expand Up @@ -84,10 +84,6 @@ The amount of minutes before each check cycle is run. A good number is around 2
The amount of second to pause in between each item in the check cycle. This defaults to 5 seconds, which is a perfectly fine number. If you increase this,
make sure you increase the `minutes_per_check` as well, or else check cycles may overlap and cause issues.

## ~~search_response_ms~~

DEPRECATED

## url_params

If you want to include a referral code or something, you can use this option to add as many as you want. You'll notice the curly braces; inside of those is where you add each parameter. An example would be something like this:
Expand Down
1 change: 0 additions & 1 deletion global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ interface Config {
token: string
minutes_per_check: number
seconds_between_check: number
search_reponse_ms: number
url_params: {
[key:string]: string
}
Expand Down

0 comments on commit fe39530

Please sign in to comment.