Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit ae4b390

Browse files
committed
Mirrored script to fitbit
1 parent 4ad2978 commit ae4b390

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

bot.bat

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
py -m venv D:\Projects\cs-query-bot\venv
2-
call D:\Projects\cs-query-bot\venv\Scripts\activate.bat
3-
pip install -r D:\Projects\cs-query-bot\requirements.txt --no-cache-dir
4-
python D:\Projects\cs-query-bot\pymon.py
1+
D:
2+
cd D:\Projects\cs-query-bot
3+
py -m venv venv
4+
call venv\Scripts\activate.bat
5+
pip install -r requirements.txt --no-cache-dir
6+
python pymon.py

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
discord.py==1.7.3
2-
python-dotenv
32
discord-py-slash-command==3.0.3
3+
python-dotenv
44
snakemd

0 commit comments

Comments
 (0)