Skip to content

Commit

Permalink
Migrate v6 to v9 (#39)
Browse files Browse the repository at this point in the history
Migration from API v6 to API v9
  • Loading branch information
ValentinRgt authored Nov 1, 2022
1 parent 2e39cb2 commit f34be83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/Discord.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Discord extends AbstractProvider
*
* @var string
*/
public $apiDomain = 'https://discord.com/api';
public $apiDomain = 'https://discord.com/api/v9';

/**
* Get authorization URL to begin OAuth flow
Expand Down

0 comments on commit f34be83

Please sign in to comment.