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

Commit 2aa8e04

Browse files
committed
Use rtmbot.core to fix fatal 'No module named core' error on bot start
1 parent 4b09c3e commit 2aa8e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Plugins can also run methods on a schedule. This allows a plugin to poll for upd
178178
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.
179179

180180
```python
181-
from core import Plugin, Job
181+
from rtmbot.core import Plugin, Job
182182

183183

184184
class myJob(Job):

0 commit comments

Comments
 (0)