Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
[](https://github.com/boyter/scc/#badges-beta)
|
||||||
[](https://lgtm.com/projects/g/Klemek/miniscord/alerts/)
|
[](https://lgtm.com/projects/g/Klemek/miniscord/alerts/)
|
||||||
[](https://lgtm.com/projects/g/Klemek/miniscord/context:python)
|
[](https://lgtm.com/projects/g/Klemek/miniscord/context:python)
|
||||||
[](https://coveralls.io/github/Klemek/miniscord?branch=master)
|
[](https://coveralls.io/github/Klemek/miniscord?branch=master)
|
||||||
@@ -42,12 +43,19 @@ bot.start()
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
To install this package on your project, use :
|
**1. Install package**
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install git+git://github.com/Klemek/miniscord.git
|
pip install git+git://github.com/Klemek/miniscord.git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**2. Make a .env file as following**
|
||||||
|
|
||||||
|
```
|
||||||
|
#.env
|
||||||
|
DISCORD_TOKEN=<bot token from discordapp.com/developers>
|
||||||
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
*TODO*
|
*TODO*
|
||||||
@@ -63,4 +71,4 @@ pip install git+git://github.com/Klemek/miniscord.git
|
|||||||
* Add comments to code
|
* Add comments to code
|
||||||
* Separate branches
|
* Separate branches
|
||||||
* Working CI
|
* Working CI
|
||||||
* Fix bugs
|
* Fix bugs
|
||||||
|
|||||||
Reference in New Issue
Block a user