Fixed the missing "Gifts" keyword

This commit is contained in:
Alexander Dörflinger
2025-12-12 13:42:50 +01:00
parent 21a83bc5ba
commit 046dbd3dcf

View File

@@ -194,7 +194,7 @@ class ChristmasBot:
elif count == 1:
return "🎄 (1 Gift)"
elif count <= 5:
return "🎄" * count + f" ({count})"
return "🎄" * count + f" ({count} Gifts)"
else:
return f"🌟🌟🌟 ({count} Gifts!)"