Added install instructions to README
parent
7c919c2abb
commit
d1dc46c17b
|
@ -8,6 +8,13 @@ on writing the functionality of the bot itself, not how the bot works/interacts
|
||||||
Frank works by dividing the bot into modules. Each module has its own prefix, commands, and daemons. Frank handles
|
Frank works by dividing the bot into modules. Each module has its own prefix, commands, and daemons. Frank handles
|
||||||
routing the Discord commands to their respective functions.
|
routing the Discord commands to their respective functions.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
You can install the `frank-discord` package from PyPi:
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install frank-discord
|
||||||
|
```
|
||||||
|
|
||||||
## Example Module
|
## Example Module
|
||||||
In this section, I've written an example module for you, to understand the basic mechanics behind Frank.
|
In this section, I've written an example module for you, to understand the basic mechanics behind Frank.
|
||||||
|
|
||||||
|
|
Reference in New Issue