Skip to content

Commit f34be83

Browse files
authored
Migrate v6 to v9 (#39)
Migration from API v6 to API v9
1 parent 2e39cb2 commit f34be83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider/Discord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Discord extends AbstractProvider
2828
*
2929
* @var string
3030
*/
31-
public $apiDomain = 'https://discord.com/api';
31+
public $apiDomain = 'https://discord.com/api/v9';
3232

3333
/**
3434
* Get authorization URL to begin OAuth flow

0 commit comments

Comments
 (0)