Update to main

This commit is contained in:
Die Antwoord 2023-01-23 15:38:29 +02:00
parent b4c48f31f2
commit f84a395e84
1 changed files with 6 additions and 11 deletions

View File

@ -1,11 +1,11 @@
# Chappie Server BOT
- Python and the library resources [Here](https://pythondiscord.com/pages/resources)
- Clone/Download the repository - ``git clone``
- Clone/Download the repository - ``git clone`` (RUN in Command-Promt) [Windows key + r , input ``cmd`` and press enter]
```shell
$ git clone https://github.com/Die-Antwoord/lazybot.git
$ cd ./lazybot
$ git clone https://github.com/Die-Antwoord/Discord-Bot-Python.git
$ cd ./Discord-Bot-Python
```
## Create Bot
@ -16,8 +16,8 @@ $ cd ./lazybot
## Create config.json & .env
- Create [config.json](config.json) & [.env](.env)file in the root directory.
- Here is an explanation of what everything is: [demo.config.json](demo.config.json) & [demo.env](demo.env)
- Create [config.json](config.json) file in the root directory.
- Here is an explanation of what the values should look like: [demo.config.json](demo.config.json)
- Example:
[demo.config.json](demo.config.json)
@ -40,18 +40,13 @@ $ cd ./lazybot
}
```
[demo.env](demo.env)
```env
TOKEN=YOUR_BOT_TOKEN_HERE
Webhook=YOUR_WEBHOOK_HERE
```
## Dependences
- [PYTHON](https://www.python.org/downloads/)
## Install BOT Requirements
- RUN in Command-Promt
- RUN in Command-Promt [Windows key + r , input ``cmd`` and press enter]
```shell
$ pip install -r requirements.txt