Bruce Marriner 9 yıl önce
ebeveyn
işleme
f917d83f6e
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      discord.go

+ 2 - 2
discord.go

@@ -10,12 +10,12 @@
 // experimental at this point.  They will most likley change so please use the
 // low level functions if that's a problem.
 
-// package discordgo provides Discord binding for Go
+// Package discordgo provides Discord binding for Go
 package discordgo
 
 import "fmt"
 
-// Discordgo Version, follows Symantic Versioning. (http://semver.org/)
+// VERSION of Discordgo, follows Symantic Versioning. (http://semver.org/)
 const VERSION = "0.11.0-alpha"
 
 // New creates a new Discord session and will automate some startup