From a4bb63f23c29b5aebaf6c21548a04e14506fde96 Mon Sep 17 00:00:00 2001 From: lnkr Date: Mon, 18 Apr 2022 03:51:12 +0300 Subject: [PATCH] add .bat file --- modbot/start_modbot.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 modbot/start_modbot.bat diff --git a/modbot/start_modbot.bat b/modbot/start_modbot.bat new file mode 100644 index 0000000..4dca963 --- /dev/null +++ b/modbot/start_modbot.bat @@ -0,0 +1,2 @@ +python -m pip install requests +python modbot.py \ No newline at end of file