From 7ca4e22018c3f14f6a643343cd4ecee84893ba9f Mon Sep 17 00:00:00 2001 From: gsd Date: Sun, 4 Feb 2024 13:59:45 +0300 Subject: [PATCH] fix2 --- bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 1c1aca6..63919d9 100644 --- a/bot.py +++ b/bot.py @@ -200,4 +200,5 @@ if __name__ == "__main__": ws.SERVICE_NAME = "discord_bot" ws.START_AFTER_CONNECT = run - wsc = ws.WS(os.getenv("BACKEND_URL"), os.getenv("BACKEND_SECRETKEY")) \ No newline at end of file + wsc = ws.WS(os.getenv("BACKEND_URL"), os.getenv("BACKEND_SECRETKEY")) + wsc.run() \ No newline at end of file