aboutsummaryrefslogtreecommitdiff
path: root/bot.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bot.toml')
-rw-r--r--bot.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/bot.toml b/bot.toml
new file mode 100644
index 0000000..90f776d
--- /dev/null
+++ b/bot.toml
@@ -0,0 +1,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"