Skip to content

Commit 4f1f8ee

Browse files
committed
docs: update year stats
1 parent 8d50fc9 commit 4f1f8ee

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/content/docs/features/projection.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ import CommandInfo from '../../../components/CommandInfo.jsx';
4444

4545

4646
<CommandInfo
47-
commandSyntax="/year 2025 [<player>] [<session>]"
48-
commandDescription="Project a player's stats at the beginning of 2025."
47+
commandSyntax="/year 2026 [<player>] [<session>]"
48+
commandDescription="Project a player's stats at the beginning of 2026."
4949
args={[
5050
{
5151
"name": "player",
52-
"description": "The player to view projected 2025 stats for."
52+
"description": "The player to view projected 2026 stats for."
5353
},
5454
{
5555
"name": "session",
56-
"description": "The session ID of the session to derive 2025 stats from."
56+
"description": "The session ID of the session to derive 2026 stats from."
5757
}
5858
]}
5959
/>
@@ -65,17 +65,17 @@ import CommandInfo from '../../../components/CommandInfo.jsx';
6565

6666

6767
<CommandInfo
68-
commandSyntax="/year 2026 [<player>] [<session>]"
69-
commandDescription="Project a player's stats at the beginning of 2026."
68+
commandSyntax="/year 2027 [<player>] [<session>]"
69+
commandDescription="Project a player's stats at the beginning of 2027."
7070
requiresPremium={true}
7171
args={[
7272
{
7373
"name": "player",
74-
"description": "The player to view projected 2026 stats for."
74+
"description": "The player to view projected 2027 stats for."
7575
},
7676
{
7777
"name": "session",
78-
"description": "The session ID of the session to derive 2026 stats from."
78+
"description": "The session ID of the session to derive 2027 stats from."
7979
}
8080
]}
8181
/>

src/content/docs/premium/plans.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Have up to 5 concurrent active sessions at once.
3131
</details>
3232

3333
<details>
34-
<summary>2026 Stat Projection</summary>
35-
Get a stat projection for the beginning of 2026 for any player. For more information on stat projections, see [Projected Stats](/features/projection/).
34+
<summary>2027 Stat Projection</summary>
35+
Get a stat projection for the beginning of 2027 for any player. For more information on stat projections, see [Projected Stats](/features/projection/).
3636
</details>
3737

3838
<details>

0 commit comments

Comments
 (0)