From c758c196324a7d6dda1c18d5b709188042bf719d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 29 Nov 2020 11:50:51 +0100 Subject: [PATCH] Ajout du README --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..255b9f5 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Bot developed with discord.py (rewrite) + +#### __Prerequisites__ + +- Python 3.7.9 +- [requirements.txt](requirements.txt) + +#### __Setting up__ + +- A `setup.py` file that contains: + +```py +token = "your token" +``` + +#### __Starting up__ + +- Run [main.py](main.py) + +#### __Add the bot to your server__ + +- [This site](https://discordapi.com/permissions.html) allows you to choose which permissions to add by default to the bot. + - Choose *Administrator* so you don't get in over your head. + - Copy and paste the ID of your bot in *Client ID* found [here](https://discord.com/developers/applications) and go to the link at the bottom of the page. + +## __Features__ + +Everything is explained by doing `.help` \ No newline at end of file