aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3eed704a2de3ecbfcf5412a5060893022c87dfc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ziBot

**Python 3.5 or higher is required!**

Just a fork of mcbeDiscordBot but rewritten a bit. Some code are translated mee6's old deprecated code that works on the new version of [discord.py](https://github.com/Rapptz/discord.py)

### Dependencies
- [discord.py](https://github.com/Rapptz/discord.py)
- asyncio

To install the dependencies, you can use this command:
```
# Linux
python3 -m pip install -r requirements.txt

# Windows
py -3 -m pip install -U discord.py
```

### Usage
Launch the bot with ```python3 zibot.py```