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"