19 lines
825 B
Markdown
19 lines
825 B
Markdown
# 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)
|
|
### Step 4. [Reveiving Messages and Commands](Guides/4.MessagesAndCommands.md)
|
|
|