2023-01-12 18:25:08 +01:00
|
|
|
# /ETC/OS-RELEASE
|
2023-01-12 18:09:55 +01:00
|
|
|
|
2023-01-12 18:25:08 +01:00
|
|
|
A bot written for the Linux General Discord Server
|
|
|
|
|
2023-01-13 17:47:58 +01:00
|
|
|
### Setup
|
2023-01-12 18:25:08 +01:00
|
|
|
|
|
|
|
- Install the necessary packages:
|
|
|
|
```sh
|
|
|
|
pip install -r requirements.txt
|
|
|
|
```
|
|
|
|
|
2023-01-13 17:47:58 +01:00
|
|
|
### Running
|
2023-01-12 18:25:08 +01:00
|
|
|
|
2023-01-13 17:47:58 +01:00
|
|
|
- Run the `bot.py`file passing the bot token as argument:
|
2023-01-12 18:25:08 +01:00
|
|
|
```sh
|
2023-01-13 17:47:58 +01:00
|
|
|
python3 bot.py TOKEN_HERE
|
2023-01-12 18:25:08 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### 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.
|
|
|
|
|
2023-01-13 17:33:58 +01:00
|
|
|
Any use of this bot outside of Linux General is not mine and Bodge's responsability.
|