Merge branch 'master' of https://github.com/Latand/aiogram-bot-template into main
This commit is contained in:
commit
d0a0c45003
|
@ -4,7 +4,7 @@ from dotenv import load_dotenv
|
|||
|
||||
load_dotenv()
|
||||
|
||||
BOT_TOKEN = str(os.getenv("BOT_TOKEN"))
|
||||
BOT_TOKEN = os.getenv("BOT_TOKEN")
|
||||
|
||||
admins = [
|
||||
os.getenv("ADMIN_ID"),
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
aiogram==2.10.1
|
||||
aiohttp==3.6.2
|
||||
aiogram==2.11.2
|
||||
aiohttp>=3.6.2
|
||||
aioredis==1.3.1
|
||||
python-dotenv
|
||||
|
|
Loading…
Reference in New Issue
Block a user