aboutsummaryrefslogtreecommitdiff
path: root/planetwars-client/simplebot.toml
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-06-07 20:16:42 +0200
committerIlion Beyst <ilion.beyst@gmail.com>2022-06-07 20:16:42 +0200
commit028d4a99e4033f9289239600c0dd6ec499a99c04 (patch)
tree0b1dd536af58d981b7053f963347a4ea76890603 /planetwars-client/simplebot.toml
parentff061f2a7a0e3a62792ffcef8f2cd3ec6ddc5710 (diff)
downloadplanetwars.dev-028d4a99e4033f9289239600c0dd6ec499a99c04.tar.xz
planetwars.dev-028d4a99e4033f9289239600c0dd6ec499a99c04.zip
run bot process in client
Diffstat (limited to 'planetwars-client/simplebot.toml')
-rw-r--r--planetwars-client/simplebot.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/planetwars-client/simplebot.toml b/planetwars-client/simplebot.toml
new file mode 100644
index 0000000..dfee25c
--- /dev/null
+++ b/planetwars-client/simplebot.toml
@@ -0,0 +1,2 @@
+name = "simplebot"
+command = ["python", "../simplebot/simplebot.py"]