mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Base bot.
This commit is contained in:
parent
3a2fafae2b
commit
23525fd364
7 changed files with 230 additions and 0 deletions
|
|
@ -1 +1,8 @@
|
|||
import logging
|
||||
|
||||
__version__ = '0.1b'
|
||||
|
||||
log = logging.getLogger('aiogram')
|
||||
|
||||
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