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

Commit 4ad2978

Browse files
committed
Patched some nasty bugs
1 parent 04e1b45 commit 4ad2978

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

bot.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
C:\Users\Morgan\AppData\Local\Programs\Python\Python39\python.exe D:\Projects\cs-query-bot\pymon.py
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

requirements.txt

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

0 commit comments

Comments
 (0)