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()
|
load_dotenv()
|
||||||
|
|
||||||
BOT_TOKEN = str(os.getenv("BOT_TOKEN"))
|
BOT_TOKEN = os.getenv("BOT_TOKEN")
|
||||||
|
|
||||||
admins = [
|
admins = [
|
||||||
os.getenv("ADMIN_ID"),
|
os.getenv("ADMIN_ID"),
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
aiogram==2.10.1
|
aiogram==2.11.2
|
||||||
aiohttp==3.6.2
|
aiohttp>=3.6.2
|
||||||
aioredis==1.3.1
|
aioredis==1.3.1
|
||||||
python-dotenv
|
python-dotenv
|
||||||
|
|
Loading…
Reference in New Issue
Block a user