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:
parent
0ec646e2a6
commit
a616eae7f0
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue