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

Commit

Permalink
Merge pull request #84 from finnito/master
Browse files Browse the repository at this point in the history
Fixes for the example plugin Job in README
  • Loading branch information
Roach committed Feb 5, 2018
2 parents 99170d8 + 2aa8e04 commit 6f58b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Plugins can also run methods on a schedule. This allows a plugin to poll for upd
For example, this will print "hello world" every 10 seconds. You can output multiple messages to the same or different channels by passing multiple pairs of `[Channel, Message]` combos.

```python
from core import Plugin, Job
from rtmbot.core import Plugin, Job


class myJob(Job):
Expand Down

0 comments on commit 6f58b55

Please sign in to comment.