diff options
author | Xander <xander@biltopia.org> | 2023-10-22 12:31:51 +0200 |
---|---|---|
committer | Xander <xander@biltopia.org> | 2023-10-22 12:31:51 +0200 |
commit | 3ac0ecfec25617e5282f507de615c8ea5a29b69d (patch) | |
tree | 3c8539c026c5356947896cf751bfe576461f97ef /bot.toml | |
parent | ccee0f7ca6dc2b2542b84922d855f51204033b8a (diff) | |
download | planetwars.dev-3ac0ecfec25617e5282f507de615c8ea5a29b69d.tar.xz planetwars.dev-3ac0ecfec25617e5282f507de615c8ea5a29b69d.zip |
Add containerfile and fix all issues
Diffstat (limited to 'bot.toml')
-rw-r--r-- | bot.toml | 7 |
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" |