Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit a0fdba1

Browse files
author
Jeff Ammons
committed
Update readme file with new ./start_rtmbot.py file name
1 parent 561c3d5 commit a0fdba1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Installation
3232
pip install -r requirements.txt
3333

3434
3. Configure rtmbot (https://api.slack.com/bot-users)
35-
35+
3636
cp doc/example-config/rtmbot.conf .
3737
vi rtmbot.conf
3838
SLACK_TOKEN: "xoxb-11111111111-222222222222222"
@@ -51,7 +51,7 @@ To install the example 'repeat' plugin
5151

5252
The repeat plugin will now be loaded by the bot on startup.
5353

54-
./rtmbot.py
54+
./start_rtmbot.py
5555

5656
Create Plugins
5757
--------
@@ -71,7 +71,7 @@ Plugins can send messages back to any channel, including direct messages. This i
7171

7272
outputs = []
7373
outputs.append(["C12345667", "hello world"])
74-
74+
7575
*Note*: you should always create the outputs array at the start of your program, i.e. ```outputs = []```
7676

7777
####Timed jobs

0 commit comments

Comments
 (0)