mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 08:56:19 +00:00
Prepare for the discord.com domain rename
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user