Updated README
This commit is contained in:
parent
ed235d0af9
commit
5635bc6ae1
@ -18,9 +18,9 @@ Example:
|
||||
bluebubbles_bot -h
|
||||
```
|
||||
|
||||
bluebubbles_bot loads instances of the `PersonaSkill` class from python files in the [skills](/skills) folder.
|
||||
bluebubbles_bot loads instances of the `PersonaSkill` class from python files in the [skills](persona/skills) folder.
|
||||
You may configure the skill by specifying `startup` and `shutdown` functions to configure your skills as required.
|
||||
It will be helpful to follow the examples in the [skills](/skills) folder for designing your skills for the bot.
|
||||
It will be helpful to follow the examples in the [skills](persona/skills) folder for designing your skills for the bot.
|
||||
|
||||
## Installation
|
||||
|
||||
@ -41,8 +41,6 @@ The following environment variables must be set to configure the bot:
|
||||
|
||||
`USE_PRIVATE_API` : Whether or not to use the Private API in BlueBubbles. Default is `false`
|
||||
|
||||
|
||||
|
||||
## Justification
|
||||
|
||||
Initially all I wanted to do was translate Apple Music links to Spotify links and vice-versa. But building platforms is more fun than building tools.
|
||||
|
Loading…
Reference in New Issue
Block a user