Add missing word

This commit is contained in:
Tulir Asokan
2023-05-17 19:04:54 +03:00
parent e1c800f3e6
commit a5a71edede
+1 -1
View File
@@ -3694,7 +3694,7 @@ class Portal(DBPortal, BasePortal):
TextMessageEventContent( TextMessageEventContent(
msgtype=MessageType.EMOTE, msgtype=MessageType.EMOTE,
body=( body=(
f"gifted Telegram Premium for {action.months} " f"gifted Telegram Premium for {action.months} months "
f"({action.amount / 100} {action.currency})" f"({action.amount / 100} {action.currency})"
), ),
), ),