Skip to content

Commit 32b56d0

Browse files
Sebastianapricotbucket28
authored andcommitted
Update connections (disgoorg#304)
new "domain" type + twitter rebranding to X
1 parent ad17e2e commit 32b56d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

discord/connection.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ type ConnectionType string
1717
const (
1818
ConnectionTypeBattleNet ConnectionType = "battlenet"
1919
ConnectionTypeBungie ConnectionType = "bungie"
20+
ConnectionTypeDomain ConnectionType = "domain"
2021
ConnectionTypeEbay ConnectionType = "ebay"
2122
ConnectionTypeEpicGames ConnectionType = "epicgames"
2223
ConnectionTypeFacebook ConnectionType = "facebook"
@@ -32,7 +33,7 @@ const (
3233
ConnectionTypeSteam ConnectionType = "steam"
3334
ConnectionTypeTikTok ConnectionType = "tiktok"
3435
ConnectionTypeTwitch ConnectionType = "twitch"
35-
ConnectionTypeTwitter ConnectionType = "twitter"
36+
ConnectionTypeX ConnectionType = "twitter"
3637
ConnectionTypeXbox ConnectionType = "xbox"
3738
ConnectionTypeYouTube ConnectionType = "youtube"
3839
)

0 commit comments

Comments
 (0)