diff --git a/discord/connection.go b/discord/connection.go index e4c54c0d..eba27ce9 100644 --- a/discord/connection.go +++ b/discord/connection.go @@ -17,6 +17,7 @@ type ConnectionType string const ( ConnectionTypeAmazonMusic ConnectionType = "amazon-music" ConnectionTypeBattleNet ConnectionType = "battlenet" + ConnectionTypeBluesky ConnectionType = "bluesky" ConnectionTypeBungie ConnectionType = "bungie" ConnectionTypeCrunchyroll ConnectionType = "crunchyroll" ConnectionTypeDomain ConnectionType = "domain" @@ -26,6 +27,7 @@ const ( ConnectionTypeGitHub ConnectionType = "github" ConnectionTypeInstagram ConnectionType = "instagram" ConnectionTypeLeagueOfLegends ConnectionType = "leagueoflegends" + ConnectionTypeMastodon ConnectionType = "mastodon" ConnectionTypePayPal ConnectionType = "paypal" ConnectionTypePlayStationNetwork ConnectionType = "playstation" ConnectionTypeReddit ConnectionType = "reddit"