Kaynağa Gözat

fix (me is baka)

txlyre 1 yıl önce
ebeveyn
işleme
a7558a73ca
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      actions.py

+ 1 - 1
actions.py

@@ -94,7 +94,7 @@ async def create_new_pack(bot, sticker):
 
 async def get_current_pack(bot):
   pack = await StickerPack.all().order_by('-id').first()
-  if not pack or pack.stickers_count >= 120:
+  if not pack or pack.stickers_count == 119:
     return None
 
   return pack