blob: 90f776d5df215faafd741b39ff50da7d7a005a25 (
plain)
1
2
3
4
5
6
7
|
# Comand to run when starting the bot.
# Argv style also supported: ["python", "simplebot.py"]
command = "python simplebot.py"
# Directory in which to run the command.
# It is recommended to use an absolute path here.
working_directory = "/home/planetwars/planetwars.dev/simplebot"
|