made the /bk_week_get function properly... and a bunch more that i forgor

This commit is contained in:
2025-02-09 15:53:50 +01:00
parent b816c12a6c
commit dc2342737c
14 changed files with 285 additions and 40 deletions
+6 -1
View File
@@ -7,6 +7,7 @@ from macros import *
import bot as botPy
import data
import py_websocket
import posts
def main():
@@ -32,4 +33,8 @@ def main():
time.sleep(1)
continue
asyncio.run(py_websocket.send_message("[Connection test] Hello from Python!"))
asyncio.run(py_websocket.send_message("[Connection test] Hello from Python!"))
if __name__ == "__main__":
main()