Skip to content

Commit 3b245ae

Browse files
authored
Changed domain name for discord base api url (#34)
1 parent 77d5d83 commit 3b245ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Discord
1515
*
1616
* @var string
1717
*/
18-
protected $baseUrl = 'https://discordapp.com/api';
18+
protected $baseUrl = 'https://discord.com/api';
1919

2020
/**
2121
* API HTTP client.

0 commit comments

Comments
 (0)