This commit is contained in:
2024-04-09 13:01:30 +02:00
parent 1a9ae1caa1
commit 33600ac7f7
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -2227,7 +2227,7 @@ if __name__ == "__main__":
logger.info("Starting discord bot")
threads = []
threads.append(threading.Thread(target=client.run, args=(TOKEN,)))
#threads.append(threading.Thread(target=comm_subroutine, args=(OUT_COMM_Q,IN_COMM_Q)))
threads.append(threading.Thread(target=comm_subroutine, args=(logger)))
for worker in threads:
worker.start()
for worker in threads: