diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-06-07 20:16:42 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-06-07 20:16:42 +0200 |
commit | 028d4a99e4033f9289239600c0dd6ec499a99c04 (patch) | |
tree | 0b1dd536af58d981b7053f963347a4ea76890603 /planetwars-client/simplebot.toml | |
parent | ff061f2a7a0e3a62792ffcef8f2cd3ec6ddc5710 (diff) | |
download | planetwars.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.toml | 2 |
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"] |