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

**Python 3.5 or higher is required!**

Just a fork of mcbeDiscordBot but rewritten a bit. Some code are translated mee6 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
- colorama

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```