Linting.
This commit is contained in:
parent
546cd85303
commit
f917d83f6e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue