aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/team.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/team.py b/discord/team.py
index 94b00a2e..e59c122c 100644
--- a/discord/team.py
+++ b/discord/team.py
@@ -75,7 +75,7 @@ class Team:
"""
return self.icon_url_as()
- def icon_url_as(self, *, format='None', size=1024):
+ def icon_url_as(self, *, format='webp', size=1024):
"""Returns an :class:`Asset` for the icon the team has.
The format must be one of 'webp', 'jpeg', 'jpg' or 'png'.