aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 3eed704..0000000
--- a/README.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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```