This commit is contained in:
Bruce Marriner 2016-01-27 23:39:56 -06:00
parent 546cd85303
commit f917d83f6e

View file

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