From 44b27accacd3e5da97f6d1ee94abfd960a4c5b02 Mon Sep 17 00:00:00 2001 From: Arves100 Date: Sat, 28 Mar 2020 19:48:10 +0100 Subject: [PATCH] fixed name --- inline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inline.py b/inline.py index 7550b37..f254584 100644 --- a/inline.py +++ b/inline.py @@ -1,7 +1,7 @@ # File: inline.py # Description: Inline wrapper -# Author: Arvs100 -# Date: 25-12-2019 ~ 28-12-2019 +# Author: Arves100 +# Date: 25-12-2019 ~ 28-03-2020 from telegram.ext import Updater, InlineQueryHandler, CommandHandler import logging from telegram import InlineQueryResultArticle, InputTextMessageContent, Bot