Ajout du README
This commit is contained in:
parent
15716f8ea9
commit
c758c19632
1 changed files with 28 additions and 0 deletions
28
README.md
Normal file
28
README.md
Normal file
|
@ -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`
|
Reference in a new issue