forked from pothtonswer/discordmuffin
Version 0.20.3: allow resume on reconnect
This commit is contained in:
parent
aba3c0c056
commit
ed4d690496
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import (
|
|||
)
|
||||
|
||||
// VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/)
|
||||
const VERSION = "0.20.2"
|
||||
const VERSION = "0.20.3"
|
||||
|
||||
// ErrMFA will be risen by New when the user has 2FA.
|
||||
var ErrMFA = errors.New("account has 2FA enabled")
|
||||
|
|
Loading…
Reference in a new issue