feat: Add requirements.txt

pull/1/head
Joca 2023-01-12 14:25:08 -03:00
parent 41885e9228
commit 26e41c5e29
2 changed files with 26 additions and 2 deletions

View File

@ -1,3 +1,25 @@
# os-release-bot
# /ETC/OS-RELEASE
A bot written for the Linux General Discord Server
A bot written for the Linux General Discord Server
### How to run
- Install the necessary packages:
```sh
pip install -r requirements.txt
```
- On the last line, replace `TOKEN` with your bot token
- Then, run the `main.py`file:
```sh
python3 main.py
```
### WARNING!
As this bot is made for one discord server, most things on it are hardcoded.
For this bot to work, you might need to replace a big part of the code.
Any use of this bot outside of Linux General is not mine and Bodge's responsability.

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
discord.py==2.1.0
psutil==5.9.4