From f54ed1326b7e27f9f1e49f60a26deedf07afd927 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 6 Aug 2023 19:23:15 +0300 Subject: [PATCH] Fixed typo --- CHANGES/1194.feature.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES/1194.feature.rst b/CHANGES/1194.feature.rst index 282ba131..7afc538f 100644 --- a/CHANGES/1194.feature.rst +++ b/CHANGES/1194.feature.rst @@ -3,9 +3,9 @@ You can use it like this: .. code-block:: python - from aiogram import Bot from aiogram.enum import Currency - await Bot.send_invoice( + + await bot.send_invoice( ..., currency=Currency.USD, ...