Skip to content

Commit

Permalink
fix incorrect Type() for YouTubeIntegration
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Aug 18, 2023
1 parent 6d891ab commit de39661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func (i YouTubeIntegration) MarshalJSON() ([]byte, error) {
}

func (YouTubeIntegration) Type() IntegrationType {
return IntegrationTypeTwitch
return IntegrationTypeYouTube
}

func (i YouTubeIntegration) ID() snowflake.ID {
Expand Down

0 comments on commit de39661

Please sign in to comment.