From 7c61e8c260edef4e3fdb47aaa25a5018215ee355 Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Sat, 28 Mar 2026 01:05:27 +0000 Subject: [PATCH] Upto Connecting and Sending a message to a planet --- Guides/2.JoinPlanet.md | 2 +- Guides/3.ConnectingAndSending.md | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/Guides/2.JoinPlanet.md b/Guides/2.JoinPlanet.md index e723095..950c14c 100644 --- a/Guides/2.JoinPlanet.md +++ b/Guides/2.JoinPlanet.md @@ -14,7 +14,7 @@ You should see something like this below:
Fill in the boxes with the required information and hit **Join Planet** and the bot should join the desired planet.
-*Note: Sometimes the Invite Cote is not required if the Planet you are trying to join is Discoverable* +*Note: Sometimes the Invite Code is not required if the Planet you are trying to join is Discoverable* ## 2. Using code diff --git a/Guides/3.ConnectingAndSending.md b/Guides/3.ConnectingAndSending.md index 2ded8a8..d9ef999 100644 --- a/Guides/3.ConnectingAndSending.md +++ b/Guides/3.ConnectingAndSending.md @@ -63,17 +63,6 @@ Great now your bot has sent its first message in your Planet!

### Full code below - - - - - - - - - - - ```c# using Valour.Sdk.Client; using Valour.Shared;