first commit

This commit is contained in:
Roger Oriol
2026-02-03 23:50:19 +01:00
commit 87fb32b559
80 changed files with 8884 additions and 0 deletions

8
start.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Start script to run both Discord bot and web server
# Start web server in background
python -m src.main web &
# Start Discord bot in foreground
#python -m src.main bot