Update README.md
This commit is contained in:
parent
aade7618af
commit
254dc4b13c
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ Plugins can also run methods on a schedule. This allows a plugin to poll for upd
|
|||
outputs.append(["C12345667", "hello world"])
|
||||
|
||||
####Plugin misc
|
||||
The data is a plugin persists for the life of the rtmbot process. If you need persistent data, you should use something like sqlite or the python pickle libraries.
|
||||
The data within a plugin persists for the life of the rtmbot process. If you need persistent data, you should use something like sqlite or the python pickle libraries.
|
||||
|
||||
####Todo:
|
||||
Some rtm data should be handled upstream, such as channel and user creation. These should create the proper objects on-the-fly.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue