mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Refactoring. AIOGramBot -> Bot and allow to use 'from aiogram import Bot'
This commit is contained in:
parent
16cda7af67
commit
92b3e027db
6 changed files with 23 additions and 15 deletions
|
|
@ -1,8 +1,3 @@
|
|||
import logging
|
||||
from .bot import Bot
|
||||
|
||||
__version__ = '0.1b'
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
API_URL = "https://api.telegram.org/bot{token}/{method}"
|
||||
FILE_URL = "https://api.telegram.org/file/bot{token}/{file_id}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue