Merge pull request #368 from calmandniceperson/master
Fix typo in description of VERSION constant
This commit is contained in:
commit
ccbdeb8c54
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ package discordgo
|
||||||
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
// VERSION of Discordgo, follows Symantic Versioning. (http://semver.org/)
|
// VERSION of Discordgo, follows Semantic Versioning. (http://semver.org/)
|
||||||
const VERSION = "0.15.0"
|
const VERSION = "0.15.0"
|
||||||
|
|
||||||
// New creates a new Discord session and will automate some startup
|
// New creates a new Discord session and will automate some startup
|
||||||
|
|
Loading…
Reference in a new issue