Files
chrani-bot-tng/app.py

11 lines
192 B
Python
Raw Normal View History

2025-11-21 07:26:02 +01:00
# coding=utf-8
""" Lasciate ogni speranza voi chentrate """
from bot import setup_modules, start_modules
from time import sleep
setup_modules()
start_modules()
while True:
sleep(0.1)