From 0ec646e2a69e07f21ea6a6af4c6248959f8e96c1 Mon Sep 17 00:00:00 2001 From: mavolin <48887425+mavolin@users.noreply.github.com> Date: Sun, 22 Nov 2020 15:10:19 +0100 Subject: [PATCH] Discord: add Discord Service --- discord/guild_consts.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/discord/guild_consts.go b/discord/guild_consts.go index 9a95384..1f24274 100644 --- a/discord/guild_consts.go +++ b/discord/guild_consts.go @@ -160,8 +160,9 @@ func (v Verification) MarshalJSON() ([]byte, error) { return enum.ToJSON(enum.En type Service string const ( - Twitch Service = "twitch" - YouTube Service = "youtube" + ServiceTwitch Service = "twitch" + ServiceYouTube Service = "youtube" + ServiceDiscord Service = "discord" ) // ExpireBehavior is the integration expire behavior that regulates what happens, if a subscriber expires.