Upto Connecting and Sending a message to a planet

This commit is contained in:
2026-03-28 00:56:48 +00:00
parent 6be27bc381
commit 7154f3ff48
6 changed files with 984 additions and 1 deletions

View File

@@ -1 +1,17 @@
Nothing to see here
# Valour Bot Guide
By SkyJoshua
This guide walks you through creating a bot on Valour.gg, connecting it with the SDK and getting it to do things on a planet.
## 1. Create a bot account
1. Log into [Valour](https://app.valour.gg) with your regular account.
2. Go to **Developer Settings** (User Settings -> Developer).
3. Click **Create Bot** and give it a name.
4. **Copy the token immediately** - it is only shown once. If you lose it, you can regenerate it from the bot's edit page (this invalidates the old one).
## 2. Making the bot.
### Step 1. [Logging in as the bot](Guides/1.Login.md)
### Step 2. [Joining a planet](Guides/2.JoinPlanet.md)
### Step 3. [Connecting and Sending a Message to a Planet](Guides/3.ConnectingAndSending.md)