Revert

Poolitzer 2023-06-24 09:43:02 +02:00
parent 0ef8b25f42
commit 00a2046b76

@ -28,8 +28,7 @@ import telegram
async def main():
bot = telegram.Bot("TOKEN")
async with bot:
infos = await bot.get_me()
print(infos)
print(await bot.get_me())
if __name__ == '__main__':