removed test token

This commit is contained in:
Forevka 2021-07-03 12:07:22 +00:00 committed by GitHub
parent 67e651e239
commit ba640a9f28
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -18,4 +18,5 @@ aiogram/_meta.py
.coverage
reports
dev/
dev/
.venv/

View file

@ -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__)