Stupid change to trigger analysis of all files

This commit is contained in:
Hinrich Mahler 2021-04-06 22:48:10 +02:00
parent e4b6fe1f58
commit dd46c260aa
263 changed files with 264 additions and 264 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#
@ -16,7 +16,7 @@
#
# You should have received a copy of the GNU Lesser Public License
# along with this program. If not, see [http://www.gnu.org/licenses/].
"""A library that provides a Python interface to the Telegram Bot API"""
"""A library that provides a Python Interface to the Telegram Bot API"""
from .base import TelegramObject
from .botcommand import BotCommand

View file

@ -1,6 +1,6 @@
# !/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# pylint: disable=E0611,E0213,E1102,E1101,R0913,R0904
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# pylint: disable=R0903
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# pylint: disable=W0622
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# pylint: disable=R0903
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# pylint: disable=R0902,R0913
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# pylint: disable=R0903
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2019-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2020-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -3,7 +3,7 @@
# Module author:
# Tymofii A. Khodniev (thodnev) <thodnev@mail.ru>
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2019-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2019-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,5 +1,5 @@
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# pylint: disable=W0622,E0611
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# pylint: disable=R0902,R0913
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# pylint: disable=R0903
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2020-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# pylint: disable=R0903
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
# pylint: disable=R0902,R0913
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# A library that provides a Python interface to the Telegram Bot API
# A library that provides a Python Interface to the Telegram Bot API
# Copyright (C) 2015-2021
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
#

Some files were not shown because too many files have changed in this diff Show more