aboutsummaryrefslogtreecommitdiff
path: root/bot.toml
diff options
context:
space:
mode:
authorXander <xander@biltopia.org>2023-10-22 12:31:51 +0200
committerXander <xander@biltopia.org>2023-10-22 12:31:51 +0200
commit3ac0ecfec25617e5282f507de615c8ea5a29b69d (patch)
tree3c8539c026c5356947896cf751bfe576461f97ef /bot.toml
parentccee0f7ca6dc2b2542b84922d855f51204033b8a (diff)
downloadplanetwars.dev-3ac0ecfec25617e5282f507de615c8ea5a29b69d.tar.xz
planetwars.dev-3ac0ecfec25617e5282f507de615c8ea5a29b69d.zip
Add containerfile and fix all issues
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"