diff --git a/README.md b/README.md new file mode 100644 index 0000000..60a72f0 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# aiogram-bot-template +Template for creating scalable bots with aiogram + +### Bot examples: +- https://github.com/Forden/DiscussRemoverBot (https://t.me/DiscussRemoverBot) diff --git a/keyboards/inline/consts.py b/keyboards/inline/consts.py index 6708e4b..d63d8be 100644 --- a/keyboards/inline/consts.py +++ b/keyboards/inline/consts.py @@ -11,7 +11,7 @@ class InlineConstructor: 'cb': 'callback_data' } available_properities = [ - 'text', 'callback_data', 'login_url', 'switch_inline_query', 'switch_inline_query_current_chat', + 'text', 'callback_data', 'url', 'login_url', 'switch_inline_query', 'switch_inline_query_current_chat', 'callback_game', 'pay' ] properties_amount = 2