Skip to content

Commit 2bd7013

Browse files
docs: add tip callout about test server
1 parent ebbbddb commit 2bd7013

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

en/getting-started/getting-started.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Before scaffolding your first project, make sure you have the following tools an
2525
The token acts as your bot's password, anyone who has it can take full control of the bot. Always keep it in .env and ensure .env is listed in .gitignore. The Spraxium scaffold adds that rule to the generated .gitignore automatically.
2626
</Callout>
2727

28+
<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.
30+
</Callout>
31+
2832
## Scaffold the project
2933

3034
The fastest way to start is through the official create command, which generates a ready-to-run project with the correct folder structure, TypeScript configuration, and all default dependencies pre-installed. The CLI will ask which template to use, which package manager you prefer, and whether to initialize a Git repository. The defaults work well for most bots, so you can press Enter through the prompts on a first project without needing to customize anything.

0 commit comments

Comments
 (0)