mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-27 09:12:53 +00:00
Discord: add Discord Service
This commit is contained in:
parent
da8de00e75
commit
0ec646e2a6
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue