zumito-framework 1.2.16 → 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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. 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).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zumito-framework",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "description": "Discord.js bot framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",