From 137b25fbbaa715cef47b3a3cdc11a3d2dbe0c79d Mon Sep 17 00:00:00 2001 From: hxr404 <55095883+hxr404@users.noreply.github.com> Date: Mon, 15 Mar 2021 08:36:02 +0100 Subject: [PATCH] Create .replit to make setup with repl.it easier --- .replit | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..05583c2 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "python3 bot/main.py"