فهرست منبع

Merge branch 'master' into develop

Conflicts:
	README.md
	discord.go
Bruce 7 سال پیش
والد
کامیت
2feb43f068
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      .travis.yml
  2. 1 1
      discord.go

+ 1 - 1
.travis.yml

@@ -10,5 +10,5 @@ install:
 script:
     - diff <(gofmt -d .) <(echo -n)
     - go vet -x ./...
-    - golint -set_exit_status ./...
+    - golint ./...
     - go test -v -race ./...

+ 1 - 1
discord.go

@@ -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.