Files
myorg-assistant/start.sh

9 lines
183 B
Bash
Raw Permalink Normal View History

2026-02-03 23:50:19 +01:00
#!/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
2026-02-08 14:38:00 +01:00
python -m src.main bot