Skip to content

Commit

Permalink
Add ConnectionTypeBluesky and Mastodon (#401)
Browse files Browse the repository at this point in the history
* Add ConnectionTypeBluesky

* add ConnectionTypeMastodon
  • Loading branch information
sebm253 authored Dec 19, 2024
1 parent e727bba commit 68e1953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions discord/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 68e1953

Please sign in to comment.