Skip to content

Commit 687289b

Browse files
committed
Merge branch 'main' of github.com:statalytics/docs
2 parents 4f1f8ee + d427f73 commit 687289b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

src/content/docs/features/session-stats.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import CommandInfo from '../../../components/CommandInfo.jsx';
1919
<CommandInfo
2020
commandSyntax="/session stats [<player>] [<session>]"
2121
commandDescription="View the session stats for a player."
22-
note="A session will be created if one does not already exist."
22+
note="If there isn't an existing session, one will be created."
2323
args={[
2424
{
2525
"name": "player",
@@ -40,7 +40,7 @@ import CommandInfo from '../../../components/CommandInfo.jsx';
4040

4141
<CommandInfo
4242
commandSyntax="/session active"
43-
commandDescription="List your active sessions."
43+
commandDescription="View a list of your active sessions."
4444
requiresLinking={true}
4545
/>
4646

src/content/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ To get started with Statalytics, you can add it to your discord server.
1010
import { LinkCard } from '@astrojs/starlight/components';
1111

1212
<LinkCard
13-
title="Add Statalytics to your Discord Server"
13+
title="Invite Statalytics"
1414
href="https://statalytics.net/invite"
15-
description="Add Statalytics to your Discord server to get started with the bot."
15+
description="Click this button to invite the Discord bot to your server."
1616
target="_blank"
1717
/>

src/content/docs/premium/plans.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ They can be purchased from <a href="https://statalytics.net/premium" target="_bl
1616

1717
### Statalytics Basic
1818

19-
Statalytics basic is the lowest tier of our premium plans, providing a few basic features.
19+
Statalytics basic is the lowest tier of our premium plans, providing a few additional features.
2020

2121
##### Features
2222

src/content/docs/settings/custom-backgrounds.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar:
99

1010
Custom backgrounds are a more flexible way of theming the images output by the bot. <a href="https://statalytics.net/premium" target="_blank">Statalytics Pro users</a> are able to upload custom background images from the [web dashboard](https://statalytics.net/dashboard).
1111

12-
Custom backgrounds work on a per render basis; different images can be used for different statistics.
12+
Different images can be employed for different statistics when using custom backgrounds, which work on a per render basis.
1313

1414
:::note
1515
To be viewable, custom backgrounds require your Discord account to be [linked to a player](/settings/linking/). This will allow other people to see your custom background images when they check your stats.

src/content/docs/settings/linking.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Linked Account
3-
description: Account linking allows quicker and easier access to commands.
3+
description: Account linking allows for quicker and easier access to commands.
44
sidebar:
55
order: 1
66
---
77

88
## Description
99

10-
Linking a player to your Discord account will allow you to use commands without specifying the player everytime.
10+
By linking a player to your Discord account, you can use commands without having to specify the username every time.
1111

1212
**To link to a player, the player's Discord social setting on Hypixel must be set to your Discord account username:**
1313

@@ -34,5 +34,5 @@ import CommandInfo from '../../../components/CommandInfo.jsx';
3434

3535
<CommandInfo
3636
commandSyntax="/unlink"
37-
commandDescription="Unlink your Discord account the player that it is linked to (if any)."
37+
commandDescription="Unlink your Discord account from the player it is linked to."
3838
/>

0 commit comments

Comments
 (0)