forwardspam_cyprus_off/main.py

22 lines
307 B
Python
Raw Normal View History

2024-09-14 20:27:11 +00:00
import asyncio
from pyrogram import compose, idle
from bot import config
from bot.loader import app1
from bot import handlers
from bot import album_handler
def main():
print("Bot started.")
# compose([app1])
print('test')
app1.run()
if __name__ == '__main__':
# main()
main()