1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-02-08 12:36:58 +00:00

API: rename ServiceX constants to XService

This commit is contained in:
mavolin 2020-11-22 18:11:55 +01:00 committed by diamondburned
parent 0ec646e2a6
commit a616eae7f0

View file

@ -160,9 +160,9 @@ func (v Verification) MarshalJSON() ([]byte, error) { return enum.ToJSON(enum.En
type Service string
const (
ServiceTwitch Service = "twitch"
ServiceYouTube Service = "youtube"
ServiceDiscord Service = "discord"
TwitchService Service = "twitch"
YouTubeService Service = "youtube"
DiscordService Service = "discord"
)
// ExpireBehavior is the integration expire behavior that regulates what happens, if a subscriber expires.