This repository was archived by the owner on Sep 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 📦 Version 1.5.30
2+ ### ⬆️ What's Changed
3+ - ** bot/handler/handlerCheckData.js** : code optimization
4+ - ** database/controller/dashBoardData.js** : Replace the ` createQueue ` function into the ` TaskQueue ` class, code optimization
5+ - ** database/controller/globalData.js** : Replace the ` createQueue ` function into the ` TaskQueue ` class, code optimization
6+ - ** database/controller/threadsData.js** : Replace the ` createQueue ` function into the ` TaskQueue ` class, code optimization
7+ - ** database/controller/usersData.js** : Replace the ` createQueue ` function into the ` TaskQueue ` class, code optimization
8+ - ** scripts/cmds/cmd.js** : Replace the ` createQueue ` function into the ` TaskQueue ` class, code optimization
9+ - ** utils.js** : Replace the ` createQueue ` function into the ` TaskQueue ` class
10+ ### Contributors
11+ - <div style =" display : flex ; align-items : center ;" ><a href =" https://github.com/ntkhang03 " >ntkhang03  ;  ; </a > <img src =" https://github.com/ntkhang03.png " width =" 20 " height =" 20 " style =" border-radius :50% ; margin-top : px;" alt =" ntkhang03 " ></div >
12+
13+ ---
114## 📦 Version 1.5.29
215### ⬆️ What's Changed
316- ** .vscode/GoatBot.code-snippets** : remove ` shortDescription ` and ` longDescription ` , replace with ` description ` in scripts
Original file line number Diff line number Diff line change 11{
22 "name" : " goat-bot-v2" ,
3- "version" : " 1.5.29 " ,
3+ "version" : " 1.5.30 " ,
44 "description" : " A simple Bot chat messenger using personal account. Made by NTKhang." ,
55 "main" : " index.js" ,
66 "engines" : {
Original file line number Diff line number Diff line change 24402440 "deleteFiles" : {
24412441 "scripts/cmds/list.js" : " "
24422442 }
2443+ },
2444+ {
2445+ "version" : " 1.5.30" ,
2446+ "files" : {
2447+ "bot/handler/handlerCheckData.js" : " code optimization" ,
2448+ "database/controller/dashBoardData.js" : " Replace the `createQueue` function into the `TaskQueue` class, code optimization" ,
2449+ "database/controller/globalData.js" : " Replace the `createQueue` function into the `TaskQueue` class, code optimization" ,
2450+ "database/controller/threadsData.js" : " Replace the `createQueue` function into the `TaskQueue` class, code optimization" ,
2451+ "database/controller/usersData.js" : " Replace the `createQueue` function into the `TaskQueue` class, code optimization" ,
2452+ "scripts/cmds/cmd.js" : " Replace the `createQueue` function into the `TaskQueue` class, code optimization" ,
2453+ "utils.js" : " Replace the `createQueue` function into the `TaskQueue` class"
2454+ }
24432455 }
24442456]
You can’t perform that action at this time.
0 commit comments