From 3bcd33612a1b959e7f6d7ab34bb00f211daf1e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Oliveira?= <74861781+fabioo29@users.noreply.github.com> Date: Tue, 14 Sep 2021 01:25:16 +0100 Subject: [PATCH] Create .replit --- .replit | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..3624524 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +run="pip install -r requirements.txt; pip install git+https://github.com/Sheepposu/discord.py.git; python discord-bot/main.py -sp" +language="python3.9"