forked from jocadbz/os-release-bot
25 lines
528 B
Markdown
25 lines
528 B
Markdown
# /ETC/OS-RELEASE
|
|
|
|
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. |