Files
2024-02-27 16:48:00 +02:00

5 lines
60 B
Python

from bot import main
if __name__ == "__main__":
main()