diff options
Diffstat (limited to 'discord')
| -rw-r--r-- | discord/guild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py index dabea5d0..55de4aec 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -717,7 +717,7 @@ class Guild(Hashable): .. versionadded:: 2.0 """ - more_stickers = 60 if 'MORE_STICKERS' in self.features else 15 + more_stickers = 60 if 'MORE_STICKERS' in self.features else 0 return max(more_stickers, self._PREMIUM_GUILD_LIMITS[self.premium_tier].stickers) @property |