Browse Source

Fix example config.yaml

I am pretty sure the full class name is required in config.yaml.
pull/38/head
Rudi Bonfiglioli 8 years ago
committed by GitHub
parent
commit
915b078095
  1. 2
      docs/bot_tutorial/first_steps.md

2
docs/bot_tutorial/first_steps.md

@ -28,7 +28,7 @@ token: 'MY_BOT_TOKEN_HERE'
bot: bot:
plugins: plugins:
- plugins.tutorial - plugins.tutorialplugin
``` ```
Now, within the python file (`tutorial.py`), lets write some code: Now, within the python file (`tutorial.py`), lets write some code:

Loading…
Cancel
Save