Ajout fonctionnalité des commandes Discord

This commit is contained in:
skylanix
2025-08-18 02:08:01 +02:00
committed by skylanix
parent c84438af83
commit 47c9d679df
14 changed files with 155 additions and 23 deletions

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()