File tree Expand file tree Collapse file tree 3 files changed +6
-17
lines changed
Expand file tree Collapse file tree 3 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 11cd discord_bot
2- python -m venv .venv
3- source ./venv/Scripts /activate
2+ python3 -m venv .venv
3+ source ./. venv/bin /activate
44pip install -r requirements.txt
5- python index.py
5+ python3 index.py
Original file line number Diff line number Diff line change 1- aiohappyeyeballs == 2.6.1
2- aiohttp == 3.12.13
3- aiosignal == 1.4.0
4- attrs == 25.3.0
5- audioop-lts == 0.2.1
6- discord.py == 2.5.2
7- frozenlist == 1.7.0
8- idna == 3.10
9- multidict == 6.6.3
10- propcache == 0.3.2
11- python-dotenv == 1.1.1
12- tzdata == 2025.2
13- yarl == 1.20.1
1+ discord.py
2+ python-dotenv
Original file line number Diff line number Diff line change 22from zoneinfo import ZoneInfo
33from discord .ext import commands
44
5- type submissions_map = dict [str , str ]
5+ submissions_map = dict [str , str ]
66
77
88class State :
You can’t perform that action at this time.
0 commit comments