summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/bwmarrin/discordgo/discord.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2018-02-14 22:22:35 +0100
committerWim <wim@42.be>2018-02-14 22:22:35 +0100
commitfd0fe3390b3c57da329aeda014e87f9a0a6f7fc0 (patch)
treef3c4e5eca8b16d27c6def1d17053b6a6db1d79c0 /vendor/github.com/bwmarrin/discordgo/discord.go
parent2522158127d2d55c992ddd2201e19de1907b0f67 (diff)
downloadmatterbridge-msglm-fd0fe3390b3c57da329aeda014e87f9a0a6f7fc0.tar.gz
matterbridge-msglm-fd0fe3390b3c57da329aeda014e87f9a0a6f7fc0.tar.bz2
matterbridge-msglm-fd0fe3390b3c57da329aeda014e87f9a0a6f7fc0.zip
Update vendor bwmarrin/discordgo
Diffstat (limited to 'vendor/github.com/bwmarrin/discordgo/discord.go')
-rw-r--r--vendor/github.com/bwmarrin/discordgo/discord.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/bwmarrin/discordgo/discord.go b/vendor/github.com/bwmarrin/discordgo/discord.go
index 40eabe18..99fda30b 100644
--- a/vendor/github.com/bwmarrin/discordgo/discord.go
+++ b/vendor/github.com/bwmarrin/discordgo/discord.go
@@ -21,7 +21,7 @@ import (
)
// VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/)
-const VERSION = "0.17.0"
+const VERSION = "0.18.0"
// ErrMFA will be risen by New when the user has 2FA.
var ErrMFA = errors.New("account has 2FA enabled")
@@ -50,7 +50,7 @@ func New(args ...interface{}) (s *Session, err error) {
// Create an empty Session interface.
s = &Session{
State: NewState(),
- ratelimiter: NewRatelimiter(),
+ Ratelimiter: NewRatelimiter(),
StateEnabled: true,
Compress: true,
ShouldReconnectOnError: true,