From 58d143ccb39351621b8c1c0742ad9dc9f36cc3fd Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Tue, 26 Apr 2016 15:29:35 -0500 Subject: [PATCH] Slight update.. --- docs/GettingStarted.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index e38b869..efeb3ea 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -63,7 +63,7 @@ To create a new user account (if you have not done so already) visit the new account. -### Bot Application +#### Bot Application 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 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. +**More information about Bots vs Client accounts can be found [here](https://discordapp.com/developers/docs/topics/oauth2#bot-vs-user-accounts)** + # Requirements 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 `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. @@ -132,7 +134,7 @@ cd $GOPATH/src/github.com/bwmarrin/discordgo go install ``` -### Windows +#### Windows Placeholder.