diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab343ff --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# ziBot + +Just a fork of mcbeDiscordBot but rewritten a bit. + +### Dependencies +- discord.py +- asyncio +- colorama + +Install the dependencies ```python -m pip install -r requirements.txt``` + +### Usage +Launch the bot with ```python3 zibot.py``` |