Use aiogram

This commit is contained in:
Alex Kotov 2023-01-08 01:13:27 +04:00
parent 313221a2cf
commit 51754e363a
No known key found for this signature in database
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,9 @@
#!/usr/bin/env python3
import asyncio
from nio import AsyncClient
import aiogram as telegram
import nio as matrix
def main():
asyncio.get_event_loop().run_until_complete(loop())

View File

@ -1 +1,2 @@
aiogram==2.24
matrix-nio==0.20.1