We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a932f9 commit 05f5e73Copy full SHA for 05f5e73
README.md
@@ -48,7 +48,7 @@ Plugins can be installed as .py files in the ```plugins/``` directory OR as a .p
48
To install the example 'repeat' plugin
49
50
mkdir plugins/repeat
51
- cp doc/example-plugins/repeat.py plugins/repeat
+ cp doc/example-plugins/repeat.py plugins/repeat.py
52
53
The repeat plugin will now be loaded by the bot on startup.
54
0 commit comments