diff --git a/discord/guild.py b/discord/guild.py index 0e4c30995..37d4853a9 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -441,7 +441,7 @@ class Guild(Hashable): @property def splash_url(self): """Returns the URL version of the guild's invite splash. Returns an empty string if it has no splash.""" - return self.icon_url_as() + return self.splash_url_as() def splash_url_as(self, *, format='webp', size=2048): """Returns a friendly URL version of the guild's invite splash. Returns an empty string if it has no splash.