From 915b0780959a522cca6032a9ac90133ac105e1d7 Mon Sep 17 00:00:00 2001 From: Rudi Bonfiglioli Date: Fri, 23 Jun 2017 18:52:15 +0000 Subject: [PATCH] Fix example config.yaml I am pretty sure the full class name is required in config.yaml. --- docs/bot_tutorial/first_steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bot_tutorial/first_steps.md b/docs/bot_tutorial/first_steps.md index 0b4b540..53d01b8 100644 --- a/docs/bot_tutorial/first_steps.md +++ b/docs/bot_tutorial/first_steps.md @@ -28,7 +28,7 @@ token: 'MY_BOT_TOKEN_HERE' bot: plugins: - - plugins.tutorial + - plugins.tutorialplugin ``` Now, within the python file (`tutorial.py`), lets write some code: