Ajout fonctionnalité des commandes Discord

This commit is contained in:
skylanix
2025-08-18 12:06:21 +02:00
committed by skylanix
parent c84438af83
commit 47c9d679df
14 changed files with 155 additions and 23 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ if __name__ == '__main__':
jobs.append(threading.Thread(target=start_server))
for job in jobs: job.start()
for job in jobs: job.join()
for job in jobs: job.join()