26 lines
517 B
Markdown
26 lines
517 B
Markdown
# /ETC/OS-RELEASE
|
|
|
|
A bot written for the Linux General Discord Server
|
|
|
|
### Setup
|
|
|
|
- Install the necessary packages:
|
|
```sh
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
### Running
|
|
|
|
- Run the `bot.py`file passing the bot token as argument:
|
|
```sh
|
|
python3 bot.py TOKEN_HERE
|
|
```
|
|
|
|
|
|
### 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.
|