mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
removed test token
This commit is contained in:
parent
67e651e239
commit
ba640a9f28
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -18,4 +18,5 @@ aiogram/_meta.py
|
|||
.coverage
|
||||
reports
|
||||
|
||||
dev/
|
||||
dev/
|
||||
.venv/
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import logging
|
|||
from aiogram import Bot, Dispatcher
|
||||
from aiogram.types import Message, ChatMemberUpdated, CallbackQuery
|
||||
|
||||
TOKEN = "666922879:AAEWkOwKYH-Sz7pBm9fLtXDlDV1fSGiNbwo"
|
||||
TOKEN = "6wo"
|
||||
dp = Dispatcher()
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue