forked from pothtonswer/discordmuffin
Merge branch 'master' into develop
Conflicts: README.md discord.go
This commit is contained in:
commit
2feb43f068
2 changed files with 2 additions and 2 deletions
|
@ -10,5 +10,5 @@ install:
|
|||
script:
|
||||
- diff <(gofmt -d .) <(echo -n)
|
||||
- go vet -x ./...
|
||||
- golint -set_exit_status ./...
|
||||
- golint ./...
|
||||
- go test -v -race ./...
|
||||
|
|
|
@ -20,7 +20,7 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
// VERSION of Discordgo, follows Symantic Versioning. (http://semver.org/)
|
||||
// VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/)
|
||||
const VERSION = "0.16.0-dev"
|
||||
|
||||
// ErrMFA will be risen by New when the user has 2FA.
|
||||
|
|
Loading…
Reference in a new issue