Skip to content

Commit

Permalink
Changed domain name for discord base api url (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyers committed Jul 20, 2020
1 parent 77d5d83 commit 3b245ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Discord
*
* @var string
*/
protected $baseUrl = 'https://discordapp.com/api';
protected $baseUrl = 'https://discord.com/api';

/**
* API HTTP client.
Expand Down

0 comments on commit 3b245ae

Please sign in to comment.