Skip to content

Commit 0adbc34

Browse files
docs: minor wording fix on test server tip
1 parent 6268d26 commit 0adbc34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/getting-started/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before scaffolding your first project, make sure you have the following tools an
2626
</Callout>
2727

2828
<Callout tone="tip" title="Using a test server">
29-
During development, always point your bot at a private Discord server you own. That way you can register slash commands instantly with guild-scoped registration and test interactions without affecting any real users. Keep it separate from any production server to avoid accidental command conflicts.
29+
During development, always point your bot at a private Discord server you own. That way you can register slash commands instantly with guild-scoped registration and test interactions without affecting any real users. Keep it separate from any production server to avoid accidental command conflicts or rate limit issues.
3030
</Callout>
3131

3232
## Scaffold the project

0 commit comments

Comments
 (0)