From b3e037f963213f6ace86ce5ba3c13f0dcaf0dc90 Mon Sep 17 00:00:00 2001 From: Forden Date: Fri, 14 Aug 2020 00:59:13 +0300 Subject: [PATCH 1/3] fix: add missed property to InlineConstructor --- keyboards/inline/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7164be265b9b46b29e74dbe5f563d8e5c228853d Mon Sep 17 00:00:00 2001 From: Forden Date: Fri, 14 Aug 2020 01:10:00 +0300 Subject: [PATCH 2/3] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eeceb0a --- /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 (t.me/DiscussRemoverBot) From e6bba569212ccdc304d603039a75db2fc9aeda5b Mon Sep 17 00:00:00 2001 From: Forden Date: Fri, 14 Aug 2020 01:11:40 +0300 Subject: [PATCH 3/3] fix: fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eeceb0a..60a72f0 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Template for creating scalable bots with aiogram ### Bot examples: -- https://github.com/Forden/DiscussRemoverBot (t.me/DiscussRemoverBot) +- https://github.com/Forden/DiscussRemoverBot (https://t.me/DiscussRemoverBot)