aboutsummaryrefslogtreecommitdiff
path: root/discord/widget.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/widget.py')
-rw-r--r--discord/widget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/widget.py b/discord/widget.py
index 662afca9..11037fbb 100644
--- a/discord/widget.py
+++ b/discord/widget.py
@@ -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):