Skip to content

Commit

Permalink
Update connections (#304)
Browse files Browse the repository at this point in the history
new "domain" type + twitter rebranding to X
  • Loading branch information
sebm253 committed May 14, 2024
1 parent 1d47f18 commit 3f4e24f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion discord/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ type ConnectionType string
const (
ConnectionTypeBattleNet ConnectionType = "battlenet"
ConnectionTypeBungie ConnectionType = "bungie"
ConnectionTypeDomain ConnectionType = "domain"
ConnectionTypeEbay ConnectionType = "ebay"
ConnectionTypeEpicGames ConnectionType = "epicgames"
ConnectionTypeFacebook ConnectionType = "facebook"
Expand All @@ -32,7 +33,7 @@ const (
ConnectionTypeSteam ConnectionType = "steam"
ConnectionTypeTikTok ConnectionType = "tiktok"
ConnectionTypeTwitch ConnectionType = "twitch"
ConnectionTypeTwitter ConnectionType = "twitter"
ConnectionTypeX ConnectionType = "twitter"
ConnectionTypeXbox ConnectionType = "xbox"
ConnectionTypeYouTube ConnectionType = "youtube"
)
Expand Down

0 comments on commit 3f4e24f

Please sign in to comment.