diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,13 +1,22 @@ # ziBot -Just a fork of mcbeDiscordBot but rewritten a bit. +**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 +- [discord.py](https://github.com/Rapptz/discord.py) - asyncio - colorama -Install the dependencies ```python -m pip install -r requirements.txt``` +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``` |