Update to main
This commit is contained in:
parent
b4c48f31f2
commit
f84a395e84
17
readme.md
17
readme.md
@ -1,11 +1,11 @@
|
|||||||
# Chappie Server BOT
|
# Chappie Server BOT
|
||||||
|
|
||||||
- Python and the library resources [Here](https://pythondiscord.com/pages/resources)
|
- 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
|
```shell
|
||||||
$ git clone https://github.com/Die-Antwoord/lazybot.git
|
$ git clone https://github.com/Die-Antwoord/Discord-Bot-Python.git
|
||||||
$ cd ./lazybot
|
$ cd ./Discord-Bot-Python
|
||||||
```
|
```
|
||||||
|
|
||||||
## Create Bot
|
## Create Bot
|
||||||
@ -16,8 +16,8 @@ $ cd ./lazybot
|
|||||||
|
|
||||||
## Create config.json & .env
|
## Create config.json & .env
|
||||||
|
|
||||||
- Create [config.json](config.json) & [.env](.env)file in the root directory.
|
- Create [config.json](config.json) file in the root directory.
|
||||||
- Here is an explanation of what everything is: [demo.config.json](demo.config.json) & [demo.env](demo.env)
|
- Here is an explanation of what the values should look like: [demo.config.json](demo.config.json)
|
||||||
- Example:
|
- Example:
|
||||||
|
|
||||||
[demo.config.json](demo.config.json)
|
[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
|
## Dependences
|
||||||
|
|
||||||
- [PYTHON](https://www.python.org/downloads/)
|
- [PYTHON](https://www.python.org/downloads/)
|
||||||
|
|
||||||
## Install BOT Requirements
|
## Install BOT Requirements
|
||||||
|
|
||||||
- RUN in Command-Promt
|
- RUN in Command-Promt [Windows key + r , input ``cmd`` and press enter]
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ pip install -r requirements.txt
|
$ pip install -r requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user