aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
Diffstat (limited to 'discord')
-rw-r--r--discord/guild.py2
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