This commit is contained in:
hhh
2025-01-02 22:19:43 +02:00
commit 9e29d01f1d
28 changed files with 1171 additions and 0 deletions

4
h1686bot.py Normal file
View File

@@ -0,0 +1,4 @@
from bot import main
if __name__ == "__main__":
main()