Skip to content

Commit 60a1b4f

Browse files
committed
Update readme
1 parent efbd6ff commit 60a1b4f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Generic, functional bot based on discord.py
33
Including a custom help command and ping command, utils for easy embed creation, logging configuration, and a general bot setup
44

55
## setup
6-
`pip install -r requirements.txt`
6+
` python3 -m pip install -e .`
77
`export TOKEN="your-key"`
8-
`python3 main.py`
8+
`discord-bot`
99

1010
#### optional env variables
1111
| parameter | description |
@@ -40,10 +40,7 @@ https://github.com/nonchris/discord-fury
4040
https://github.com/nonchris/quiz-bot
4141
https://github.com/Info-Bonn/poll-bot
4242

43-
I collected the most useful and generic functions to save me some time when starting the next bot-project.
44-
45-
### dependencies
46-
This project is based on `discord.py V1.x` minimum required: V1.5.1
43+
I collected the most useful and generic functions to save me some time when starting the next bot-project.
4744

4845
### documentation
4946
In order to render this documentation, just call `doxygen`

0 commit comments

Comments
 (0)