Selaa lähdekoodia

Slight update..

Bruce Marriner 9 vuotta sitten
vanhempi
commit
58d143ccb3
1 muutettua tiedostoa jossa 5 lisäystä ja 3 poistoa
  1. 5 3
      docs/GettingStarted.md

+ 5 - 3
docs/GettingStarted.md

@@ -63,7 +63,7 @@ To create a new user account (if you have not done so already) visit the
 new account.
 new account.
 
 
 
 
-### Bot Application
+#### Bot Application
 A bot application is a special program that interacts with the Discord servers
 A bot application is a special program that interacts with the Discord servers
 to perform some form of automation or provide some type of service.  Examples 
 to perform some form of automation or provide some type of service.  Examples 
 are things like number trivia games, music streaming, channel moderation, 
 are things like number trivia games, music streaming, channel moderation, 
@@ -82,6 +82,8 @@ page and click on the **New Application** box.  Follow the prompts from there
 to finish creating your account.
 to finish creating your account.
 
 
 
 
+**More information about Bots vs Client accounts can be found [here](https://discordapp.com/developers/docs/topics/oauth2#bot-vs-user-accounts)**
+
 # Requirements
 # Requirements
 
 
 DiscordGo requires Go version 1.4 or higher.  It has been tested to compile and
 DiscordGo requires Go version 1.4 or higher.  It has been tested to compile and
@@ -108,7 +110,7 @@ Like any other Go package the fist step is to `go get` the package.  This will
 always pull the latest released version from the master branch. Then run 
 always pull the latest released version from the master branch. Then run 
 `go install` to compile and install the libraries on your system.
 `go install` to compile and install the libraries on your system.
 
 
-### Linux/BSD
+#### Linux/BSD
 
 
 Run go get to download the package to your GOPATH/src folder.
 Run go get to download the package to your GOPATH/src folder.
 
 
@@ -132,7 +134,7 @@ cd $GOPATH/src/github.com/bwmarrin/discordgo
 go install
 go install
 ```
 ```
 
 
-### Windows
+#### Windows
 Placeholder.
 Placeholder.