Skip to content

Commit

Permalink
Merge pull request #460 from spencer1573/patch-1
Browse files Browse the repository at this point in the history
added clarification when initializing discordgo
  • Loading branch information
bwmarrin committed Apr 4, 2018
2 parents 8d5ab59 + 42f1f24 commit 73f6772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Construct a new Discord client which can be used to access the variety of
Discord API functions and to set callback functions for Discord events.

```go
discord, err := discordgo.New("authentication token")
discord, err := discordgo.New("Bot " + "authentication token")
```

See Documentation and Examples below for more detailed information.
Expand Down

0 comments on commit 73f6772

Please sign in to comment.