From 3ac0ecfec25617e5282f507de615c8ea5a29b69d Mon Sep 17 00:00:00 2001 From: Xander Date: Sun, 22 Oct 2023 12:31:51 +0200 Subject: Add containerfile and fix all issues --- bot.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bot.toml (limited to 'bot.toml') 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" -- cgit v1.2.3