This commit is contained in:
Gavin Sherry 2016-07-03 15:48:24 -07:00
parent 7cbbb03a04
commit eae682a895

View file

@ -48,7 +48,7 @@ Plugins can be installed as .py files in the ```plugins/``` directory OR as a .p
To install the example 'repeat' plugin
mkdir plugins/repeat
cp doc/example-plugins/repeat.py plugins/repeat.py
cp doc/example-plugins/repeat.py plugins/repeat/
The repeat plugin will now be loaded by the bot on startup.