forked from pothtonswer/discordmuffin
fix error in README
This commit is contained in:
parent
21d8f92bbc
commit
17e9eae679
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,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.
|
Discord API functions and to set callback functions for Discord events.
|
||||||
|
|
||||||
```go
|
```go
|
||||||
discord, err := discordgo.New("username, "password")
|
discord, err := discordgo.New("username", "password")
|
||||||
```
|
```
|
||||||
|
|
||||||
See Documentation and Examples below for more detailed information.
|
See Documentation and Examples below for more detailed information.
|
||||||
|
|
Loading…
Reference in a new issue