From b3cc83b10cce9e09fd126fd9bca044be3f97a4f6 Mon Sep 17 00:00:00 2001 From: Carson Hoffman Date: Fri, 20 Dec 2019 11:46:17 -0500 Subject: [PATCH] Version 0.20.2: fix for endpoints with empty body --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index 76f1ad9..ac4e542 100644 --- a/discord.go +++ b/discord.go @@ -21,7 +21,7 @@ import ( ) // VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/) -const VERSION = "0.20.1" +const VERSION = "0.20.2" // ErrMFA will be risen by New when the user has 2FA. var ErrMFA = errors.New("account has 2FA enabled")