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