7 lines
283 B
TOML
7 lines
283 B
TOML
# 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"
|