We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbbb03 commit eae682aCopy full SHA for eae682a
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.py
+ cp doc/example-plugins/repeat.py plugins/repeat/
52
53
The repeat plugin will now be loaded by the bot on startup.
54
0 commit comments