diff --git a/src/content/docs/libraries/javascript.mdx b/src/content/docs/libraries/javascript.mdx index 6e67005..d75c302 100644 --- a/src/content/docs/libraries/javascript.mdx +++ b/src/content/docs/libraries/javascript.mdx @@ -1,13 +1,13 @@ --- -title: TopStats JavaScript SDK -description: Official Node.js client for the topstats.gg API. +title: JavaScript +description: Community maintained Node.js client for the topstats.gg API. --- import { Steps, TabItem, Tabs } from '@astrojs/starlight/components' # TopStats SDK -Welcome to the official Node.js client for the [topstats.gg](https://topstats.gg) API. +Welcome to the community maintained [Node.js client](https://www.npmjs.com/package/topstats) for the [topstats.gg](https://topstats.gg) API. @@ -96,6 +96,8 @@ Welcome to the official Node.js client for the [topstats.gg](https://topstats.gg FIVE_YEARS = "5y", THREE_YEARS = "3y", ONE_YEAR = "1y", + NINE_MONTHS = "270d", + SIX_MONTHS = "180d", NINETY_DAYS = "90d", THIRTY_DAYS = "30d", SEVEN_DAYS = "7d",