Prepare for the discord.com domain rename

This commit is contained in:
Rapptz
2020-05-23 21:44:30 -04:00
parent 017591dc9e
commit 66c6be50d8
16 changed files with 33 additions and 33 deletions

View File

@ -226,7 +226,7 @@ class Widget:
@property
def json_url(self):
""":class:`str`: The JSON URL of the widget."""
return "https://discordapp.com/api/guilds/{0.id}/widget.json".format(self)
return "https://discord.com/api/guilds/{0.id}/widget.json".format(self)
@property
def invite_url(self):