We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e8023 commit d7b6975Copy full SHA for d7b6975
discord/connection.go
@@ -27,6 +27,7 @@ const (
27
ConnectionTypeGitHub ConnectionType = "github"
28
ConnectionTypeInstagram ConnectionType = "instagram"
29
ConnectionTypeLeagueOfLegends ConnectionType = "leagueoflegends"
30
+ ConnectionTypeMastodon ConnectionType = "mastodon"
31
ConnectionTypePayPal ConnectionType = "paypal"
32
ConnectionTypePlayStationNetwork ConnectionType = "playstation"
33
ConnectionTypeReddit ConnectionType = "reddit"
0 commit comments