zumito-framework 1.2.15 → 1.2.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -155,6 +155,10 @@ for link the framework to your bot, you will need to run these commands
|
|
|
155
155
|
|
|
156
156
|
<!-- issueTable -->
|
|
157
157
|
|
|
158
|
+
| Title | Status | Assignee | Body |
|
|
159
|
+
| :----------------------------------------------------------------------------------------------------- | :---------------------: | :------: | :-------------------------------------------------------------------------------------------------------------------------------- |
|
|
160
|
+
| <a href="https://github.com/ZumitoTeam/zumito-framework/issues/50">Implement scheduled task system</a> | :eight_spoked_asterisk: | | We need to implement a system that allows scheduling and automatically executing tasks at specific times or at regular intervals. |
|
|
161
|
+
|
|
158
162
|
<!-- issueTable -->
|
|
159
163
|
|
|
160
164
|
See the [open issues](https://github.com/ZumitoTeam/zumito-framework/issues) for a full list of proposed features (and known issues).
|